I'm currently using xamarin.forms and xamarin.auth to authenticate users. I am able to launch URL with CustomTabsIntent, however I am unable to figure out how to "listen" for the redirect URL. after user logs in, it just sits on the redirectURL page in the Custom Tab
How can I switch back to my android application when the customtabsintent made it to the redirectUrl?
@SchwartzBrian You need concept called App (Deep) linking, basically
See: https://github.com/moljac/Xamarin.Auth.Samples.NugetReferences/blob/master/Xamarin.Forms/Evolve16Labs/Droid/Xamarin.Auth/ActivityCustomUrlSchemeInterceptor.cs#L19-L48