Developing a small app in react native for both android and ios, where I need to open my app by clicking on a firebase dynamic link.
This app is not published yet in AppStore, right now it is in TestFlight environment. I never have any experience in ios so don't know how to check the dynamic link with TestFlight.
In the Android Beta Environment, it is working very well. I am able to redirect in play store if the app is not already installed. If installed then the app opens itself.
The same scenario I want to test in ios before publishing to AppStore. Currently, it is in TestFlight Environment and unable to redirect if the app is not installed.
**I have gone through some post but no luck yet, posts are: **
How can I test Firebase Dynamic Links if my app is not in the App Store?
Test Firebase Dynamic Links for Unpublished App
Can anyone please suggest how I can test with TestFlight or is there any other possible way to check my dynamic link working fine or not?