Hello everyone,
I’m currently setting up an App Clip for my app, Pay Feast, and have run into a domain configuration issue when adding an App Clip experience in App Store Connect. Here’s what I’ve done so far:
Steps Completed:
- App Clip Deployment Config: In Xcode under my App Clip target settings, I’ve enabled Associated Domains in Signing & Capabilities with:
• appclips:website.com • applinks:website.com
- Created and Hosted the AASA File on my domain:
{
"applinks": {
"apps": [],
"details": [
{
"appID": "AAAAAAA.***.XXXX",
"paths": [
"*",
"/launch*",
"/launch/*"
]
}
]
},
"appclips": {
"apps": [
"AAAAAAA.XX.XXXX.Clip"
]
}
}
When testing the App Clip in the simulator, everything works as expected. However, in App Store Connect, when I attempt to set up a New App Clip Experience, I receive an error saying:
“This URL is not contained in your app’s associated domains. Update associated domains or use a different URL.”
Question: Has anyone encountered this error or have insights on potential fixes? I’ve double-checked the AASA file and associated domains. Any help would be much appreciated!
Thanks in advance!