Replies: 4 comments 2 replies
-
Is this iOS, Android? |
Beta Was this translation helpful? Give feedback.
-
I have same issue on IOS too, the issue only occurs when first installed and open the apps |
Beta Was this translation helpful? Give feedback.
-
Hey, ummm, it's been a while now. And I really need this features to do sharing for membership system. This only happen for fresh installed app. The installed app have no issue for this. |
Beta Was this translation helpful? Give feedback.
-
This would be better suited to a full bug report where we can see details. For instance, what version of ios pods are you using? Is this on a simulator or real device? (it's my understanding it needs to be on a real device for representative testing of link). What version of iOS is affected? What exactly is the code doing? It would be useful to see an App.js that showed a full reproduction Can you reproduce with the official dynamic links quickstart? https://github.com/firebase/quickstart-ios/tree/master/dynamiclinks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
for
react-native-firebase 5.6
, I'm able to trigger thegetInitialLink
when the app is freshly installed.but after use
@react-native-firebase/dynamic-links@7.4.3
, it failed to trigger thegetInitialLink
when fresh install.Anyone have this issue? or just me?
Edited:
This is using
buildShortLink
. Or Had I set something wrong?Beta Was this translation helpful? Give feedback.
All reactions