Replies: 2 comments 4 replies
-
You might check the firebase-ios-sdk repo to see if they've got any relevant issues in flight 🤔 |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi, I found something. The dynamic link clicked ends with « &efr=1 ». It avoids me having the preview page after clicking and thus redirecting directly to the AppStore. Except that with this url, the link is not copied to the clipboard and dynamicLink finds a null value. If I put &efr=0 it works well. 😳 https://firebase.google.com/docs/dynamic-links/create-manually?hl=en |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hello,
I'm having a problem with differed deep links only on iOS (on Android it works fine). Before it was working fine. I feel like since updating to iOS 15.5 it doesn't work anymore (maybe even since iOS 14).
I've scoured gitHub for a similar issue but can't find anything. I did follow the react-native-firebase and dynamicLink installation guide but it still doesn't work.
I'm on iOS 15.5
After clicking on the deferred link, it sends me back to the app store. I install the app and open it.
link is 'null' every time.
Thanks for help,
Sebastien
Beta Was this translation helpful? Give feedback.
All reactions