react-native-deep-linking icon indicating copy to clipboard operation
react-native-deep-linking copied to clipboard

support deep linking while using url shcme to open app?

Open pampang opened this issue 5 years ago • 2 comments

If I using url scheme to open my app, the deep linking could not work properly. It will be cool to support the start up handling.

pampang avatar Mar 26 '19 03:03 pampang

How do you handle url scheme yourApp:// if the app is not installed on your phone ?

MayoudP avatar Oct 30 '19 10:10 MayoudP

How do you handle url scheme yourApp:// if the app is not installed on your phone ?

If app is not installed, url scheme won't work. You should redirect your landing page to your app's download page to help user install your app.

pampang avatar Nov 05 '19 03:11 pampang