我应该使用什么URL与Expo重定向到已发布的应用程序?

时间:2017-04-24 16:32:32

标签: redirect expo

我正在执行一些OAuth身份验证,我需要从Expo WebBrowser重定向回我的应用程序。我可以使用开发URL exp://some-code.name.app-name.exp.direct/+/redirect 来完成它,如示例项目https://github.com/expo/auth0-example中所示。但是,我不确定与已发布的应用程序一起使用的URL。像 https://exp.host/@name/app-name/+/redirect exp://exp.host/@name/app-name/+/redirect 之类的东西还是完全不同的东西?

1 个答案:

答案 0 :(得分:0)

为什么你不只是使用

 redirectUri = `${Expo.Constants.linkingUri}/redirect`