DynamicLinks not working on first open React Native

773 Views Asked by At

I have my project in React Native (v0.62.2), and I am using Firebase Dynamic Links (v^12.0.0). I have configured it all as the documentation indicates, but I have a problem:

In iOS, if I use an external dynamic link (such as https://myapp.page.link/ref_TEST) works only if the app is previously downloaded from AppStore. Otherwise, if the app is not downloaded, this link will redirect me to AppStore to download it. But when I open the app after download, I will lose the dynamic link.

Does anyone have a clue about this? I searched a lot, and there are people having this problem but didn't found a solution to it.

Thanks!

0

There are 0 best solutions below