标签: react-native deep-linking
我正在尝试在ios平台的react-native项目中集成深层链接。但是在URL scheme下Item 0我想要指定域名。 例如:如果我已声明testapp作为Item 0的值,那么如果网址为testapp://abc,则会打开该应用。但是我希望在链接为https://testapp/abc时打开该应用。 我在我的AppDelegate.m文件中添加了通用链接代码,但仍然是Safari浏览器转到链接而不是打开应用程序。
URL scheme
Item 0
testapp
testapp://abc
https://testapp/abc
This is my URL types in Info.plist