We have a problem with Universal Links working in our iOS app. The reason is that CDN cannot access our apple-app-site-association file due to security settings. To restore the application, we see the possible ways to solve the problem:
- Possibility to find out CDN ip-addresses from which our AASA file is requested and add them to the white list;
- Possibility to learn request parameters from CDN, which can be used to form a file access rule;
- Possibility to upload our AASA file to CDN manually;
- Possibility to specify a special mode in Associated Domains, similar to managed, which will allow all devices to download the aasa file directly.
Is it possible to solve our problem, or is there another solution?