2

I have generated a dynamic link in Firebase, but it shows the following error.

iOS app 'org.domain' lacks App ID Prefix. UniversalLinks is not enabled for the app.

In the API response I get the below error.

{
    "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]"
},

I have iOS Team ID, app store id added in the Firebase project. The app has the bundle identifier org.domain format. Is that a problem? The app is published in App Store and I don't want to change the bundle ID if possible. The dynamic link opens the web page instead of the app on iOS.

How to fix this?

John Doe
  • 2,225
  • 6
  • 16
  • 44

1 Answers1

2

Firebase and the underlying google cloud services can get out of sync. Try the solution offered for this question:

Issue with Firebase dynamic links

Stephan
  • 2,853
  • 3
  • 20
  • 25