We are trying to use dynamic links for deep linking. The link is behaving normally.
However, on click, it is not hitting the userActivity restorationHandler method in the app.
We have followed all the steps mentioned in the document, and the output of diagnostics is below
---- Firebase Dynamic Links diagnostic output start
version 12.1.1, model iPhone Current date 2018-12-13 05:08:44 +0000 Device locale en-IN (raw en_IN), timezone Asia/Kolkata Specified custom URL scheme is dev.XXX.xxx and Info.plist contains such scheme in CFBundleURLTypes key. AppID Prefix: XXXX, Team ID: XXXX, AppId Prefix equal to Team ID: YES performDiagnostic completed successfully! No errors found.
---- Firebase Dynamic Links diagnostic output end --------
Firebase Dynamic Links framework version 3.3.0 System information: OS
iOS, OS
There is a warning in the dynamic link console regarding app ID prefix.
iOS app ‘com.xxx.ios’ lacks App ID Prefix. UniversalLinks is not enabled for the app.
We have cross checked our team ID and it seems to be fine.
Could someone please help us resolve this?