Skip to content

Instantly share code, notes, and snippets.

@codelance
codelance / gist:0927980355d026681e4e48afd59f90e5
Last active July 7, 2023 22:26
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