1

I'm creating an app which requires dynamic link feature.

the Android app has the id:

com.example.example

the iOS app has the id:

in.example.example

For some reason on link preview(debug) view it shows iOS app 'com.exam-ple.example' lacks App ID Prefix. UniversalLinks is not enabled for the app. Learn more.

I haven't added this id anywhere in the Firebase project.

imgkl
  • 1,013
  • 1
  • 7
  • 24

2 Answers2

0

In my case there is multiple auth key added with different bundle id in google cloud consol which automatically generate key

please check below link for detail answer

Issue with Firebase dynamic links

Shilpriya
  • 93
  • 6
-1

I resolved this issue, by removing the app id, which I was not using. In this case the package id for android is com.example.example and for iOS is "in.example.example", but on GCP (Google Cloud Console) I found another id "com.exam-ple.example". So I just removed the 3rd one. and it is working fine now.

imgkl
  • 1,013
  • 1
  • 7
  • 24