Android Question Website association

Javier Alonso

Member
Licensed User
Longtime User
SOLVED! Just open a cmd window, navigate to C:\Program Files (x86)\Java\jdk1.8.0_20\bin and execute keytool:
B4X:
keytool -list -v -keystore "C:\path-to\myapp.keystore"
, the SHA256 fingerprint will be displayed in the cmd window.

Then follow the steps in https://developer.android.com/training/app-links/index.html#web-assoc to create the json file and change teh app manifest, but, in the B4A manifest, just type <intent-filter autoVerify="true"> instead of <intent-filter android:autoVerify="true">
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…