How to whitelist Apple to access AASA file?

This thread has been locked by a moderator; it no longer accepts new replies.

We have implemented Universal Links for iOS.

We have deployed the following file as per the documentation:

/.well-known/apple-app-site-association

Everything works fine until my organization applied domain-level block on traffic out side my country.

We need to whitelist Apple servers but we cannot find their IPs or domains used to access this file.

Answered by DTS Engineer in 842029022

This thread is very old. Since it was last touched we’ve published TN3155 Debugging universal links which has some great hints’n’tips on how to investigate problems like this. I recommend that you work through the steps in that technote. If you continue to have problems, start your own thread, with details on which of the technote’s debugging steps you took and what you actually saw.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Boost

The Search API Validation errors here are erroneous. If things were working fine your configuration is correct. However, your server should not place restrictions on access to the AASA file — it should be accessible from any IP address (and should not perform any redirects). The Apple CDN servers are hosted in various places (and may vary from time to time), so there's no way to use a whitelist for this. Instead you'll need to make an exception for serving this file.

I have hosted the aasa in server but it not works fine whenever i try to open the app it redirects to browser

This thread is very old. Since it was last touched we’ve published TN3155 Debugging universal links which has some great hints’n’tips on how to investigate problems like this. I recommend that you work through the steps in that technote. If you continue to have problems, start your own thread, with details on which of the technote’s debugging steps you took and what you actually saw.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

How to whitelist Apple to access AASA file?
 
 
Q