App Clips Invalid domain

Hi I am college student and this might be a stupid question but I recieveing a weird error when trying to set up app clips.

Under the domain url status I get "Invalid Entitlement: Unknown ID"

I was wondering if anyone else had gotten this and had a fix.

I am currently using xcode 12.0.1. And I have declared both appclips:domain in both of my main app and app clip app. Furthermore I have placed the aasa in both the main and well-know directory.

If any one else has any tips please let me know.
Thanks!
I'm thinking you don't have your app clip target's app id in your AASA file, usually in the form "ABCED12345.com.example.MyApp.Clip". It's not your bundle ID. You can view it in several places, including the version's Build details in App Store Connect.

https://developer.apple.com/documentation/safariservices/supporting_associated_domains

Also make sure you get a well-formed JSON object when you go to your AASA url from a browser. jsonlint.com

https: //domain.com/.well-known/apple-app-site-association
Also, there is an issue when the domain starts with www.
Can you post which domain are you using?
I'm currently not using a www. domain. I am simply using mywebsite.com

I have validated the json.
I have been using the application-identifier as the ABCED12345.com.website.MyApp.Clip.
Though the application-identifier on the activity page of appstore connect appears as the ABCED12345.com.website.Clip.

Also I haven't published a full app to the app store yet, could that be the issue?
The 3-level “www” domain issue has been fixed, by the way.

You said: Under the domain url status I get "Invalid Entitlement: Unknown ID"

When and where do you see that?
When I click domain status under Build.
The domain status reads: 1 invalid domain View Status.

I click view status then under both cache status and Debug status I get Invalid Entitlement: Unknown ID
It's fixed now. I have no idea why, but I hypothetize that it has something to do with incorrect caching of a cloudfront distribution of the aasa file. Thanks for the help everyone in getting my aasa file working.

I am facing the similar issue. I have updated Associated Domain and AASA file as per above suggestions, still I am facing similar issue. I mailed to support as well but no reply yet. If someone has solved this issue please. I am stuck here for a week now.

App Clips Invalid domain
 
 
Q