简体   繁体   English

Firebase 动态链接未打开 IOS 应用程序

[英]Firebase Dynamic link is not opening IOS application

I have followed all the steps from the Firebase Dynamic links documentation:我已按照 Firebase 动态链接文档中的所有步骤进行操作:

  1. Added Team Id to firebase console将团队 ID 添加到 firebase 控制台
  2. Added custom domain添加了自定义域
  3. Enabled Associated domains已启用关联域
  4. Added to Info URL Schemes添加到信息 URL 方案

However, when I click on dynamic link it always redirect to AppStore not to the app.但是,当我单击动态链接时,它总是重定向到 AppStore 而不是应用程序。 I have tried to unistall app, restart phone and install again.我试图卸载应用程序,重新启动手机并再次安装。 How to make this deep link work?如何使这个深层链接起作用?

PS: my app is not published to AppStore yet. PS:我的应用还没有发布到 AppStore。

In my case the problem was that I made a typo in Associated domains in Xcode, instead of applinks , I typed 'applink'.就我而言,问题是我在 Xcode 的 Associated domain 中输入了错字,而不是applinks ,我输入了“applink”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM