firebase / quickstart-ios

Firebase Quickstart Samples for iOS
https://firebase.google.com
Apache License 2.0
2.79k stars 1.47k forks source link

Dynamic Links: 'Skip the app preview page' always take to App Store #586

Closed kamrankhan07 closed 5 years ago

kamrankhan07 commented 5 years ago

Skip the app preview page always take to App Store even when app is installed. Does anyone else face the same issue? Its happening when you tap the link from a chat client such as messenger, workchat, and from links posted on facebook and accessed via facebook app.

morganchen12 commented 5 years ago

Does it work when you just paste the link into Notes and try to open it from there?

nvnmog commented 5 years ago

Check this out, follow step by step https://firebase.google.com/docs/dynamic-links/ios/receive

joshwolff1 commented 4 years ago

Add &efr=1 to the end of your link

joshwolff1 commented 4 years ago

To test "&efr=1", you can check out your link's debug flow chart by appending "&d=1" to the end of your link. Try adding the debug parameter with and without "&efr=1" and notice how the flowchart excludes and includes the preview page in each case, respectively.

joshwolff1 commented 4 years ago

If adding "&efr=1" results in the link always taking you to the App Store - even when ur app is installed - see my answer here: https://stackoverflow.com/questions/44252185/firebase-dynamic-link-always-goes-to-app-store-url-even-if-the-app-is-installed/59331408#59331408

moKelani commented 4 years ago

any solutions yet?

andriimosin commented 3 years ago

Faced the same issue, adding &efr=1 always takes you to the App Store

dembeEdward commented 2 years ago

Any luck with this issue?

sugitatestblue commented 2 years ago

Google's bug?