4

We have implemented Universal Links for iOS and Android App Links.

We have deployed the following files as per the documentation:

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

/.well-known/assetlinks.json

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

We need to whitelist Apple and Google servers but I cannot find their IPs or domain used to access those files.

malhobayyeb
  • 2,725
  • 11
  • 57
  • 91

1 Answers1

0

You should allow all subdomains of Apple & Google to access your servers in the companies firewall,

According to apple, and google, if you are using their products and services in an enterprise environment (e.g. behind a firewall), you should whitelist the following addresses and subdomains:

for Apple: https://support.apple.com/en-us/HT210060

for Google: https://support.google.com/a/answer/2589954?hl=en

and for google also check these lists:

Shaybc
  • 2,628
  • 29
  • 43