How can I redirect users back into my app after google oauth without using a webview?

谁说我不能喝 提交于 2019-12-06 05:13:50
Jlange

If you have control over the redirect URI, you can set your application to listen for it using a custom Intent Handler. This is essentially a form of Deep Linking, and should work with Android 5+, (in 6 you can even set your app as the default!).

For the data, you will most likely need to use the URI itself. But that shouldn't be too hard assuming you have control of the re-direct.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!