You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the following error when trying to login with MAUI sample running on Android:
System.InvalidOperationException: 'You must subclass the WebAuthenticatorCallbackActivity and create an IntentFilter for it which matches your callbackUrl.'
It seems like something is still missing? That activity is implemented in Xamarin.Forms sample and it works, but here is missing, I believe on purpose? Has someone been able to login successfully on Android?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Getting the following error when trying to login with MAUI sample running on Android:
System.InvalidOperationException: 'You must subclass the WebAuthenticatorCallbackActivity and create an IntentFilter for it which matches your callbackUrl.'
It seems like something is still missing? That activity is implemented in Xamarin.Forms sample and it works, but here is missing, I believe on purpose? Has someone been able to login successfully on Android?
Thanks in advance.
The text was updated successfully, but these errors were encountered: