【发布时间】:2020-01-06 02:53:13
【问题描述】:
我在 Firebase 中生成了一个动态链接,但它显示以下错误。
iOS app 'org.domain' lacks App ID Prefix. UniversalLinks is not enabled for the app.
在 API 响应中,我收到以下错误。
{
"warningCode": "UNRECOGNIZED_PARAM",
"warningMessage": "iOS app 'org.domain' lacks App ID Prefix. UniversalLinks is not enabled for the app. [https://firebase.google.com/docs/dynamic-links/debug#ios-team-id-absent]"
},
我在 Firebase 项目中添加了 iOS 团队 ID、应用商店 ID。该应用程序具有捆绑标识符 org.domain 格式。那是问题吗?该应用程序已在 App Store 中发布,如果可能,我不想更改捆绑 ID。动态链接打开的是网页,而不是 iOS 上的应用程序。
如何解决这个问题?
【问题讨论】:
标签: ios firebase firebase-dynamic-links