quickstart-ios
quickstart-ios copied to clipboard
React native Firebase dynamic link doesn't opens up the app in iOS
Hi Team,
I am using react native firebase dynamic link library react-native-firebase/dynamic-links version 7.0.1. In my app, after entering email and clicking on the login/registration, the user receives a verification email, and upon clicking on the verify(a deep link is associated to it), the app gets open.
On the android platform the deep link works without any issues across all the devices, unfortunately on iOS platform, the deep link doesn't works in all the devices, it works certain number of devices and doesn't work on others.
For instance I have tried on iPhone 7, iOS 14.1, iPhone 11, iOS 13.2 the dynamic link didn't work, it was navigated to the app store, but at the same time in iPhone XS 14.2, iPhone 7 , iOS 14.2, etc it is working like a charm.
Hope this explains the scenario, I would really appreciate if you can help me out here, as this is really confusing why it works on some and doesn't works on other devices.
Are you able to reproduce this issue in the example project in this repository?
hi @morganchen12
I haven't tried this, but if you need any details from my end about libs and their versions using in my present project, I'll share that with you.
Have you tried the approaches in the debugging Dynamic Links guide?
hi @morganchen12
Let me check and I'll update you.