android - How To open Application from the Link in the message which is sent by the branch.io? -


i create deep link application register on branch.io . sent url using message. when clicked on link redirecting me google playstore though have application installed on phone.

my intent filter :

            <data android:scheme="finaldeeplinking" android:host="open" />             <action android:name="android.intent.action.view" />             <category android:name="android.intent.category.default" />             <category android:name="android.intent.category.browsable" /> 

uri scheme on branch.io : finaldeeplinking://

thanx in advance

the branch default before few days ago try open app if service knew 100% app installed, defined whether had seen browser cookie matched branch-tracked app session. otherwise, link 307 redirect play store url.

however, changed default 'always open app' based on needs of developers. need update setting. can toggle switch on link settings dashboard. make sure toggle checkbox checked:

enter image description here


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -