luisfcofv/react-native-deep-linking

support deep linking while using url shcme to open app?

pampang opened this issue · 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.

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

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.