xamarin / Xamarin.Auth

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

ERR_UNKNOWN_URL_SCHEME with Xamarin.Auth 1.7.0 for Android version 6.0.0 (Marshmallow) #395

Open kariskjold opened 5 years ago

kariskjold commented 5 years ago

Xamarin.Auth Issue

IF BUG, INCLUDE THIS PART:

Version

Steps to reproduce

  1. Download Sample Xamarin.Auth project: https://github.com/TimLariviere/Sample-XamarinAuth-Google
  2. Upgrade Xamarin.Auth to version 1.7.0 and CustomTabs package(s) to latest version
  3. Run project with an Android version 6.0.0 (Marshmallow)
  4. Login with google (or other identity provider, my goal is to use a keyCloak instance)

Expected behaviour

Should log in with success

Actual behaviour

Works for Android versions >= 6.0.0 (Marshmallow), but for Marshmallow versions I get the error ERR_UNKNOWN_URL_SCHEME when trying to log in with any identity provider

.... Version 1.5.0.3 of Xamarin.Auth works perfectly for Marshmallow versions as well. However, I need to use the latest version of Xamarin.Auth to make it compatible with my project (not the sample project).

Thanks!

mjromka commented 4 years ago

Were you able to solve the issue somehow?

matthieume commented 3 years ago

Any update ?