I am trying to configure App Clip Experience URL in App Store Connect and it gives me this error message and does not allow to proceed:
This URL is not contained in your app’s associated domains. Update associated domains or use a different URL.
I have already investigated different options why it can fail and also validated the file over third-party validators. So this is already checked:
- AASA file available on my domain
- Content for app clips and app links is specified (see below)
- Team ID is correct
- JSON is properly formatted
- Content Type JSON is specified
- AASA file visible over Apple CDN https://app-site-association.cdn-apple.com/a/v1/
- I waited enough hours after last change
- Target domain entered into Associations List in Xcode in both main app and App Clip target
- App bundle with updated Associations is uploaded to App Store Connect
I have created Apple TSI yet got no answer for a week already.
Any other ideas what I can check?
AASA file content:
"applinks":{
"apps":[
],
"details":[
{
"appID":"8KDIE88JJ.com.baraboo.app",
"paths":[
"NOT /_/*",
"/*"
]
}
]
},
"appclips":{
"apps":[
"8KDIE88JJ.com.baraboo.app.Clip"
]
}
}