I have the following apple-app-site-association file uploaded to the .well-known directory on my site. It has the MIME type application/json:
{
"applinks": {
"apps": [],
"details": [
{
"appID": [ "JJVFBTPSYV.com.italictype.Italic-Type" ],
"paths": ["*", "/"]
}
]
}
}
Plugging the site (www .italictype.com) into Apple's App Search API Validation Tool - https://search.developer.apple.com/appsearch-validation-tool gives the following error for universal linking: Error cannot parse app site association.
I am not able to get any link to my site to open in the app, either in the simulator or on a device.
Is there something wrong with my apple-app-site-association file that is causing these errors?