如何获取Expo静态深层开发链接?

问题描述 投票:1回答:1

我需要一个Expo静态深层链接进行开发,以用于与第三方(Cognito)进行Oauth重定向

我用过Linking.makeUrl(),但这会返回带有动态本地ipaddress的深层链接exp://10.0.0.107:19000与团队中的其他开发人员不一致。

文档位于:https://docs.expo.io/versions/latest/workflow/linking/#linking-module

表示各种环境链接看起来像

  • Expo客户端中已发布的应用程序exp://exp.host/@community/with-webbrowser-redirect

  • 独立发布的应用myapp://

  • 开发exp://wg-qka.community.app.exp.direct:80

我尝试过该开发链接,但无法打开。

react-native expo amazon-cognito deep-linking
1个回答
0
投票

我也有类似的问题,这是我的解决方案也张贴在https://github.com/aws-amplify/amplify-js/issues/4244#issuecomment-586845322

© www.soinside.com 2019 - 2024. All rights reserved.