url - Android deep linking open my app -


android when click on referral link if app available open referral token else redirect play store , if download play store open app referral token...so how can do?? , not asking dialog open directly open app

 <intent-filter android:autoverify="true">             <action android:name="android.intent.action.main" />              <category android:name="android.intent.category.default" />             <category android:name="android.intent.category.browsable" />             <action android:name="android.intent.action.view" />             <category android:name="android.intent.category.launcher"  />             <data android:scheme="https"                 android:host="example.com"                 android:pathprefix="/demo/public/1234" />             <category android:name="android.intent.category.launcher" /> 


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -