App Clip Domain Issue: URL Not Recognized in App Store Connect

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:

  1. 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

  1. 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!

Please first check the validation status of your App Clip, then report the value in the Cache Status column.

The Cache Status column shows the validation status for your App Clip as the system performs the validation on people’s devices.

App Clip Domain Issue: URL Not Recognized in App Store Connect
 
 
Q