Firebase Dynamic Link Always Opens App Store #6570
Unanswered
batuhanoztrk
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It may be that the applinks file has not been downloaded on device yet (ios), or that you have not registered the protocol / custom domain correctly in android manifest / ios plist, that's all I can think of at the moment |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Was trying to setup deep-linking with Firebase Dynamic Link but the link always direct the user back to App Store even though the app has been installed.
I have tried the "Link Preview (Debug)" to test my Dynamic Link. Clicking the "App with deep link" and "Use Custom Scheme" launch the application properly, and routed the user to the correct page within the app. So I would assumed that my AASA and application are setup properly.
I have verified many times on the iOS bundle ID, App Store ID and Team ID configured within Firebase. All of them are populated properly, but still the link will always direct me to the App Store. Anyone can advise what else might caused this problem?
Beta Was this translation helpful? Give feedback.
All reactions