My concern is as i have not upload on app store but when i click on deeplink url debug mode application is not open its redirect on Appstore
I AM ABLR to redirect on my debug application.
I am working on dynamic link objective c
as i have tested my app is configure fine in firebase
but when I am share my product with other user they tap on url its redirect on safari and link is not working
every time i have to copy the link and past into chrome and also here poup u comes like your app is open another application then redirect to app ...
I WANT THAT WHEN I CLICK ON LINK IT REDIRECT DIRECT ON APPLICATION RATHER THEN SAFARI OR MANUALLY COPY THAT LINK AND THEN OPENAPP
Note: application is not live i want to open url my debug application.
I have configure the application for getting appstoreid and teamid
-(BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:
My link not working in safari but its working on chrome how to manage to work on safari as well...
Thanks in advance.


