-
Notifications
You must be signed in to change notification settings - Fork 76
Failed to load application information #150
Comments
Same issue here. Upgraded react-native to |
+1, same issue here. |
1 similar comment
+1, same issue here. |
If it works on debug mode but it doesn't on release then it must be something related to the proguard obfuscation. Check that you're including the right rules that the android library specifies in its repo and try again. |
Any resolution on this? I see the same thing and seems to be same thing as auth0/Lock.Android#306. I've not seen a way to resolve this? We're using the most recent version from npm. Could it be because of connectivity issues so that the JSONP request does not succeed? Is there a way to customize this message for the end users when it happens? Update: I guess that error comes when the request to https://cdn.auth0.com/client/<client_id>.js fails.. Basically, if the internet connectivity is not there, this message is gonna pop-up. Whenever there's no connectivity, that message is gonna pop-up. Whats a good way to intercept and modify the message(subclass and update LockActivity?)? |
Hello everyone!
First of all, thanks for this awesome product!
I have almost done an android application, and in debug mode auth0 works perfectly. Unfortunately, when I try to install and run the release bundle, I get a "Failed to load application information" error, and retry with no luck. Note that the same code works on debug mode. Even disabling all social logins and keep only the database one did'nt solve the problem.
Let me know other logs that may be useful!
Thanks again for your time!
Screenshots when appropriate
Lock version
0.6.0
iOS and/or Android version
6.0 (2016-07-01)
React Native & React version
3.9.5
The text was updated successfully, but these errors were encountered: