Earlier AASA file was
{
"activitycontinuation": {
"apps": [
"APPID.BUNDLEID",
]
},
"applinks": {
"apps": [],
"details": [{
"appID": "APPID.BUNDLEID",
"paths": ["/join/*"]
}
]
}
}
It was working fine. Later URL change came and now we have /j/ instead of /join/. We changed AASA file to,
{
"activitycontinuation": {
"apps": [
"APPID.BUNDLEID",
]
},
"applinks": {
"apps": [],
"details": [{
"appID": "APPID.BUNDLEID",
"paths": ["/j/*"]
}
]
}
}
Issue is deep linking works with /join/ path only and not with the new path /j/.
Ассоциированный домен имеет значение * .domain.co. Мы удалили приложение с устройства и установили его снова. Перезапустил устройство, но глубокая ссылка работает только со старым URL. Если AASA взят из кеша, то как его очистить?