Configuring Server Files
Configuring apple-app-site-association, assetlinks.json, and the redirection.html files
Apple App Site Association (apple-app-site-association)
apple-app-site-association){
"applinks": {
"apps": [],
"details": [
{
"appID": "<TeamID>.<BundleID>",,
"paths": [
"*"
]
}
]
}
}Android Digital Asset Links (assetlinks.json)
assetlinks.json)Redirecting to the Apple App Store & Google Play Store (redirection.html)
redirection.html)Additional Path Parameters

Verifying Deep Link Setup
Last updated
