与 Firebase 的动态链接

Noa*_*ino 5 deep-linking firebase ios-universal-links firebase-dynamic-links

我正在尝试为我的应用程序/网站设置 firebase 动态链接www.example.com,但我做错了。这是我所做的

  1. 转到 Firebase 控制台中的动态链接,为域创建新的动态链接example.com
  2. 出现此错误www.example.com is not connected properly - There was a problem with your DNS configuration, check this configuration in Firebase Hosting. Note: it could take up to 24 hours for your DNS configuration to reflect recent changes.
  3. 我去托管连接域,我将必要的文件添加ATXT我的 DNS 提供商(网站未托管在 firebase 上)

完成此操作后,我测试了动态链接,这是我发现的

  1. 这些链接适用于该应用程序 - 如果我单击指向www.example.com它的链接,只会将我带到关联的应用程序,这就是我想要的
  2. 但是,当尝试访问该网站时,www.example.com我会看到Invalid Dynamic Link - Requested URL must be a parsable and complete DynamicLink

尝试使用网站时的响应

为什么动态链接可以工作,但网站却不能?如何修复动态链接,使其正常工作以及网站正常工作?