applinks - Android App Deeplinking using assetlinks.json -


i trying link app url, open app directly without selector option.

i added below code in android manifest file still not opening app directly.

        <intent-filter android:autoverify="true">             <action android:name="android.intent.action.view" />             <category android:name="android.intent.category.default" />             <category android:name="android.intent.category.browsable" />             <data android:scheme="http" android:host="domain.com" />             <data android:scheme="https" android:host="domain.com" />         </intent-filter> 

after app installation check ran below command

adb shell dumpsys package domain-preferred-apps 

but still showing status undefined app package.

  package: <"package name">   domains: <"domain.com">   status:  undefined 

setting manifest half of process — need configuration on server android can link 2 together.

this article explains steps. need create applinks.json file sha256 fingerprint , serve on https domain without redirects.


Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -