xamarin / Xamarin.Auth

Xamarin.Auth
Apache License 2.0
542 stars 351 forks source link

Google Login won't redirect on Android 5.0 and 6.0 #179

Closed choirunnisa closed 7 years ago

choirunnisa commented 7 years ago

Hi,

I successfully added the Google Login to my application using Xamarin.Auth version v1.5.0-alpha-12. I followed the ComicBook sample using Xamarin.Auth.Presenters and it works fine on Android 7.0. However on Android 5.0 and 6.0, everytime I login, it won't redirect back to the application but it shows the Google homepage instead.

My redirect url is: {mypackagename}:/oauth2redirect

I tried to upgrade to alpha-15, but the problem persists. What did I miss?

Thank you in advance for your response.

moljac commented 7 years ago

@choirunnisa

Interesting. Emulator? Chrome browser version?

Update Chrome 1st.

Can you try installing another Chrome version? Maybe Firefox or Opera?

choirunnisa commented 7 years ago

@moljac Both emulator and real device. I tried to install Google Chrome on the emulator, and now it works! Hooray! Thank you very much for your help! And thank you for dedicating your time in building, updating, and responding to issues on this awesome plugin. Your work is very much appreciated :)

moljac commented 7 years ago

@choirunnisa

Thanks a lot for your kind words.

I'm closing this one.