Skip to content

Instantly share code, notes, and snippets.

@codelance
Last active July 7, 2023 22:26
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codelance/0927980355d026681e4e48afd59f90e5 to your computer and use it in GitHub Desktop.
Save codelance/0927980355d026681e4e48afd59f90e5 to your computer and use it in GitHub Desktop.
iOS app ‘<bundle id>’ lacks App ID Prefix. UniversalLinks is not enabled for the app.
https://stackoverflow.com/questions/53755779/issue-with-firebase-dynamic-links
Looks like you’ve encountered an issue while debugging your Firebase Dynamic Link. Just to share, when adding an iOS app to a Firebase project, an OAuth client ID is automatically generated for it in it’s associated Cloud project. Deleting the app doesn't remove its corresponding client IDs, which can cause issues for the dynamic link. Here are the steps to change or delete the package name/bundle ID for the client IDs:
Access the project on the Cloud console
Go to APIs and Services > Credentials
Identify the client ID with the conflicting package name/bundle ID in the name (ex: [Android/iOS] client for (auto created by Google Service)
Edit the package name/bundle ID and save changes or delete the OAuth client ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment