app-site-association.cdn-apple.com | Cache not updating

We're handling our universal links (deep links) via our custom router written in express.js.

We recently update our .well-known format as per: https://developer.apple.com/documentation/xcode/supporting-associated-domains

Our own domain link shows them correctly if we apply cache bust to it:

  • Normal link: https://links.sastaticket.pk/.well-known/apple-app-site-association
  • Cache bust: https://links.sastaticket.pk/.well-known/apple-app-site-association?1

Now, since app-site cache is not updating at: https://app-site-association.cdn-apple.com/a/v1/links.sastaticket.pk

Our main domain link is not getting updated response either. Its been more than 72 hours now. Any help, how to push the app-site cache to update?

I can provide more context if needed, Thanks

app-site-association.cdn-apple.com | Cache not updating
 
 
Q