Error cannot parse app site association

Hi we are receiving this error from Apple's aasa validator under the Link to application heading:

Action requiredCould not extract required information for application links. Learn how to implement the recommended Universal Links. Error cannot parse app site association.

Here is our aasa file. https://www.joinripples.org/apple-app-site-association

Everything else has passed and other testers online have validated it. Any advice is appreciated.

You've got a couple of problems there. The AASA must be at path /.well-known/apple-app-site-association of your subdomain. In fact, you do have an AASA file there, but it's different from the one you linked above, and it's invalid because it has no appIDs key in details, only an appID key (which is not valid and is likely just ignored).

You should correct your AASA file to have an appIDs key and no appID key, then move it to the correct location in .well-known, and all should be good.

Thanks for your response, I have since added the apple-app-site-association to /.well-known/ also, as well as adding the meta tag on the website as such: <meta name="apple-itunes-app" content="app-id=1534594188" />

I am testing it on my preview link provided by Netlify https://6310614afdaaf734ed54ae41--wizardly-cori-130a4b.netlify.app/

This now returns a new error: Error domain missing from entitlement

So I think this is progress? I am still googling around to fix this but again any advice is appreciated, thanks.

Error cannot parse app site association
 
 
Q