You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: