Here's our configuration.
webcredentials:ourdomain.tld?mode=developer
https://ourdomain.tld/.well-known/apple-app-site-association
{
"webcredentials": {
"apps": [
"XXXXXXXXXX.our-app-bundle-id"
]
}
}
Things we double-checked:
Tried the Xcode configration with and without ?mode=developer
The SSL certificate on our server is valid
There are no HTTP redirects
The reponse's Content-Type is application/json
Apple's CDN returns the correct JSON file
The JSON is valid
'sudo swcutil verify -d ourdomain.tld' returns the correct entry for the App ID
There is no typo in the App ID, it's identical to to what the system is mentioning in the error message.
Topic:
Privacy & Security
SubTopic:
General
Tags: