11.2 Android Setup
From your Cpanel, go to the File Manager > Your Site > .well-known folder and create a file named assetlinks.json and open the file and insert the following code.
Replace the package_name value with your Android package name.
Now you need to generate two sha256 fingerprints (Debug and Release).
Replace the sha256_cert_fingerprints values with your values.
Save the file. Now, You can check on this site if your deep link setup working not: https://developers.google.com/digital-asset-links/tools/generator
From the source code, go to the android/app/src/main/AndroidManifest.xml file and add your site URL.
That's it. Android configuration for deep/app links is complete.
Last updated