medium * Recommended
Handling specific routes in Android M app links
Generate your assetlinks.json:
Statement List Generator and Tester
For verify your assetlinks.json:
https://digitalassetlinks.googleapis.com/v1/statements:list?source.web.site=https://www.yourdomainhere.com.br&relation=delegate_permission/common.handle_all_urls
or
adb shell am start -a android.intent.action.VIEW \
-c android.intent.category.BROWSABLE \
-d "http://domain.name:optional_port"
App links intent filters in assetlinks.json not working on Android
Android Instant App is uploaded but can not be roll out
During app install/update, an Android service will verify if the App Links configuration complies with the server side assetlinks.json file. The results will be sent to logcat, with these tags: IntentFilterIntentSvc and SingleHostAsyncVerifier