Universal links on iOS work well. I have an issue with Android. Please see assetlinks and intentFilters. I will appreciate any help. SDK Version: 35.0.0
assetlinks - https://ocov.us/.well-known/assetlinks.json
"intentFilters": [
{
"action": "VIEW",
"autoVerify": true,
"data": {
"scheme": "https",
"host": "*.ocov.us"
},
"category": [
"BROWSABLE",
"DEFAULT"
]
}]
Playing with data.host
helped.