Using this in manifest file to redirect <data android:host="scoutnex-deeplink.herokuapp.com" android:scheme="https" android:pathPrefix="/scoutnex"/>
The above link used is a api which redirects to the required applink.
If the app is installed it open the webpage rather than the app.
Using this in manifest file to redirect
<data android:host="scoutnex-deeplink.herokuapp.com" android:scheme="https" android:pathPrefix="/scoutnex"/>The above link used is a api which redirects to the required applink.
If the app is installed it open the webpage rather than the app.