-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot log in on galaxy s6 #153
Comments
I also recently did a factory reset on the device, and I'm not sure if the cached user was working after that. |
What are the side effects of the problem? I don't see an error in the logs. Does it just sit there?
Is the |
The processWebViewActivity method is called, and then nothing happens. In my app, I have a loading spinner that is not removed, since it usually waits for onRdioAuthorized. |
Can you write in to [email protected] with your client ID, the redirect URI you're using in the app, and the username of the user you're trying to log in with? |
Hi @acidmath , We just posted 3.0.3 for the Android SDK. Could you give that a try and let me know if you're still experiencing problems? http://blog.rdio.com/developers/2015/06/android-sdk-v303.html |
Using the newest android rdio sdk, I have been unable to log in a new user on the galaxy s6. A cached user was able to use the app, which is why I think it took me a little while to catch the issue. I do receive some information in the on activity result
Usually the processWebViewActivity method would shortly call onRdioAuthorized with the oauth2 token, but no longer does.
Below is my error log printout
Thanks for any help you offer.
The text was updated successfully, but these errors were encountered: