"No Domain URL Status data" for my App Clip Associated Domain on App Store

Hello Everyone, I'm trying to view status for my app clip associated domain from the Build MetaData in TestFlight tab, but it keeps giving me "No Domain URL Status data".

Also, when I'm trying to create advanced experience by adding my invocation domain (https://appclip.example.com) to the App Clip Experience URL, I'm getting "This URL is not contained in your app’s associated domains. Update associated domains or use a different URL."

Here's my configurations:

  • Associated Domain in both App Clip Target & Main App Target is (appclips:appclip.example.com).
  • The AASA file is added with no redirects on (https://fully-qualified-domain/apple-app-site-association) & Content-Type is application/json.
{
    "applinks": {
        "apps": [],
        "details": [
            {
                "appID": "1234567890.com.example.appName",
                "paths": ["/*"]
            }]
    },
    "appclips": {
        "apps": [
            "1234567890.com.example.appName.Clip"
        ]
    }
}

My Questions

  1. What's missed for not obtaining Domain URL Status data when tapping view status?
  2. Why I'm getting "This URL is not contained in your app’s associated domains" when I'm trying to create advanced experience although this domain is already in Associated Domains ?
  3. The invocation url (https://appclip.example.com) is redirecting to (https://example.com) on the website. Does that may cause an issue ?

Please note that I have included (appclips:example.com) also in the Associated Domains & tried to create advanced experience using (https://example.com) but I got the same issues.

Thanks in advance!

Hello, I'm facing the same problem.

I have an unpublished "dev" version of my app, that has been ready for a few months, where I declared the advanced App Clip experience. It said my associated domain was correct, and let me declare the experience. Today I have the same error message you've got ("No Domain URL Status data") both on my "dev" app, and the final distribution app I'm trying to publish. I'm 100% certain my domain is correctly associated (AASA, entitlements, provisioning, everything is correct).

And mysteriously my "dev" app has the same message even though the associated domain works perfectly. So I guess this is a bug on Apple's side, and I'm hoping for quick resolution because my client has deadlines for submission.

I also seem to be having the same issue. Anyone else getting the error below when validating the AASA file?

Found file at: https://mywebisite.com/.well-known/apple-app-site-association

No Redirect: Pass Content-type: [application/json] JSON Validation: Fail "ewogICJhcHBsaW5rcyI6IHsKICAgICJhcHBzIjogWwogICAgICAiODYzWUg4MlFGTi5jb20uSmliYmVyLUluYy5pT1MiCiAgICBdLAogICAgImRldGFpbHMiOiB7fQogIH0sCiAgIndlYmNyZWRlbnRpYWxzIjogewogICAgImFwcHMiOiBbCiAgICAgICI4NjNZSDgyUUZOLmNvbS5KaWJiZXItSW5jLmlPUyIKICAgIF0KICB9LAogICJhcHBjbGlwcyI6IHsKICAgICJhcHBzIjogWwogICAgICAiODYzWUg4MlFGTi5jb20uSmliYmVyLUluYy5pT1MuQ2xpcCIKICAgIF0KICB9Cn0="

Any updates on this? We are facing the exact same issue

"No Domain URL Status data" for my App Clip Associated Domain on App Store
 
 
Q