I've transferred my iOS app from one developer to another. Then after first release at new account, my deeplinks accidentally stop working.
Deeplinks implemented using universal links on my own hosted url and firebase dynamic links.
Problem is that my Team ID changed after transfer.
apple-app-site-association
file, because it contains old id.Example:
{
"applinks": {
"apps": [],
"details": [
{
"appID": "{TEAM_ID}.{BUNDLE_ID}",
"paths": [
"*"
]
}
]
}
}
apple-app-site-association
file for your links you have to contact support.It is cached, so can take some time. If you're still seeing it after a day, please file a ticket with Firebase support who can route it through to the Dynamic Links team: https://firebase.google.com/support/contact/?category=troubleshooting
UPD:
I've got response from support and everything is working, hope my answer helps someone!
Hi Abzal,
Andy here, and I noticed that you've recently updated your iOS app's Team ID. Once this is updated in the Firebase settings, it can take a few minutes for the AASA file to reflect the latest changes.
Please check this on your end if the AASA file is now up-to-date.