I am attempting to configure appclips, but I am getting this error in App Store Connect.
- I created an app clips target in my project, I have checked the XCAsset files and it is included when archived and pushed to App Store Connect.
- In both my parent and my app clips target I've added the associated domains capabilities, with the following associated same domains for both targets:
appclips:akin-server-side-staging.onrender.com
appclips:akin-server-side.onrender.com
applinks:akin-server-side-staging.onrender.com
applinks:akin-server-side.onrender.com
- My server is configured to serve the following json at all permutations of the staging endpoints and prod endpoints for both well known and aasa without well known. Here is one of them:
https://akin-server-side.onrender.com/.well-known/apple-app-site-association
- Here is the JSON it is returning:
{"applinks":{"details":[{"appIDs":["8PJ28P9ZZ8.com.ElevatedUnderdogs.akin1"],"components":[{"\/":"\/appClips\/referral\/venueToUser\/*"}]}]},"appclips":{"apps":["8PJ28P9ZZ8.com.ElevatedUnderdogs.akin1.Clip"]}}
And yet I'm still getting Invalid Entitlement: Unknown ID in the store.