Firebase在动态链接部分显示了不同的捆绑软件ID

时间:2020-05-20 13:12:22

标签: firebase flutter firebase-dynamic-links

我正在创建一个需要动态链接功能的应用程序。

Android应用具有ID:

com.example.example

iOS应用具有ID:

in.example.example

由于某种原因在链接预览(调试)视图上显示iOS app 'com.exam-ple.example' lacks App ID Prefix. UniversalLinks is not enabled for the app. Learn more.

我没有在Firebase项目的任何地方添加此ID。

2 个答案:

答案 0 :(得分:0)

就我而言,在Google Cloud Consol中添加了具有不同包ID的多个身份验证密钥,它们会自动生成密钥

请在下面的链接中查看详细答案

Issue with Firebase dynamic links

答案 1 :(得分:-1)

我通过删除未使用的应用程序 ID 解决了这个问题。在这种情况下,android 的包 ID 为 com.example.example,iOS 的包 ID 为“in.example.example”,但在 GCP(Google Cloud Console)上,我发现了另一个 ID“com.exam-ple.example”。所以我只是删除了第三个。现在一切正常。