I try to activate deeplinking for my iOS app, but I have issues to do so.
As said in the official IOS tutorial :
1) I uploaded on my own website the following content :
{
"applinks": {
"apps": [],
"details": [
{
"appID": "xxx.com.myapp.app",
"paths": ["*"]
}
]
}
}
I uploaded this on a link : https://myapp.web.app/apple-app-site-association
2) I filled XCode with the following informations
[
]
However, when i click on a link who's supposed to open my app, this is not working... Do you see something I did wrong or I could have missed?
Thank you for your help on this
You need to be sure the file is servered as a JSON file. If you are using firebase hosting for example you need to add into your firebase.json this:
Or add .htaccess with