标签: android xamarin.forms android-authenticator
我目前正在使用xamarin.forms和xamarin.auth来验证用户身份。 我能够使用CustomTabsIntent启动URL,但是我无法弄清楚如何“监听”重定向URL。用户登录后,它只位于自定义选项卡
当customtabsintent进入redirectUrl时,如何切换回我的Android应用程序?
答案 0 :(得分:1)
@SchwartzBrian 您需要名为App(深层)链接的概念,基本上是
请参阅: https://github.com/moljac/Xamarin.Auth.Samples.NugetReferences/blob/master/Xamarin.Forms/Evolve16Labs/Droid/Xamarin.Auth/ActivityCustomUrlSchemeInterceptor.cs#L19-L48