即使安装了应用程序,Firebase 动态链接也始终会打开 App Store

时间:2021-04-06 08:57:37

标签: firebase flutter flutter-dependencies firebase-dynamic-links

我已经使用 firebase 动态链接 package 来实现到我的应用程序的 firebase 动态链接,Android 它按预期工作,但是当从 iphone 链接打开它时总是重定向到应用程序商店,我已经按照以下分步文章进行了操作ios实现 step by step medium article by Dominik Keller

这是我用来创建 firebase 动态链接的有效载荷

{
 "dynamicLinkInfo":{
 "domainUriPrefix":"https://test.page.link",
 "link":"https://test.com?test=test",
 "androidInfo":{
  "androidPackageName":"test"
  },
  "iosInfo": {
   "iosBundleId":"test",
  "iosAppStoreId":"test"
  },
  "navigationInfo": {
   "enableForcedRedirect":false
  }
 },
"suffix": {"option": "SHORT"}
}

我使用了我的真实值而不是测试

0 个答案:

没有答案