Questions tagged [apple-app-site-associate]

Allows websites opened within an iOS browser to redirect to a native app, by adding a apple-app-site-association file to the root of the website.

More details can be found at Apple's documentation page Support Universal Links

63 questions
48
votes
0 answers

apple-app-site-association file is not fetched from server but cached at apple?

We have universal links working for a long time now. Today I added a path to the AASA file (let's call it sub2). The path was not recognised by the app, even after reinstalling it. When I debugged I noticed the file is being fetched by the applinks…
24
votes
6 answers

Universal Link is not working on properly on iOS 13 (AASA not downloaded)

Universal Link was working fine on iOS 12 but I ran into issues when I updated to iOS 13.1 yesterday. URLs that's supposed to open the app when tapped are just opening up in the browser. Some users on iOS 13 reported the same thing. Again, I never…
TKP
  • 443
  • 1
  • 9
  • 19
15
votes
10 answers

How to serve apple-app-site-association file on /apple-app-site-association page in ReactJS

I'm having a lot of trouble with serving a apple-app-site-association file in ReactJS project. I've searched a lot of GitHub issues pages (for ReactJS, Gatsby, and Angular), forums, and a lot of online communities, and it seems that I can't find a…
15
votes
1 answer

When is the apple-app-site-association file being fetched?

I have an application on store right now. It did not worked with universal linking. Then I update application and add Apple-app-site-association file in to my website. Re-install the app is likely the solution, but my app is already distributed in…
15
votes
2 answers

in apple app site association file, why "NOT" doesn't exclude path mentioned?

I have added universal links into my iOS application messages http://somesite.com/message/list/ >> opens the app to messages review http://somesite.com/review/add/ >> opens the app to review place http://somesite.com/place/add/ >> opens…
DeyaEldeen
  • 10,847
  • 10
  • 42
  • 75
14
votes
7 answers

What web.config setting will allow apple-app-site-association to be served?

I have added the apple-app-site-association file to the root of a website, but IIS is not delivering the file. What is the best way to make the server serve this specific file without a file extension? Is there a way within a web.config to…
ToddBFisher
  • 11,370
  • 8
  • 38
  • 54
11
votes
2 answers

iOS 14 Universal Links broken on default browser other than Safari

On iOS 14 you can pick another default browser than Safari. If you use another browser, that browser will ask the user to change their default browser.  I have installed quite a few browsers (Chrome, Firefox, Edge, Opera, Brave...) and have set each…
11
votes
1 answer

Is it possible to force my app to fetch a new apple-app-site-association file?

I have been reading around and found a couple of existing answers about apple-app-site-association caching: on the Apple forums. on Stackoverflow. These answers all indicate that the association file is fetched from the web on install/update…
Sir Celsius
  • 822
  • 8
  • 22
7
votes
1 answer

Apple-app-site-association not validation "Error cannot parse app site association"

I am using apple's tool for app site association validation found here: https://search.developer.apple.com/appsearch-validation-tool It gives me the error "Error cannot parse app site association" However I have successfully downloaded the file both…
DavKa
  • 316
  • 4
  • 14
6
votes
3 answers

iOS Universal Links not working via TestFlight

I'm new to iOS and managed to implement the iOS Universal Links for an app following this. I have created and uploaded the apple-app-site-association and configured/prepared the app to handle universal links. It all works well and I can test it…
velval
  • 3,072
  • 36
  • 45
5
votes
3 answers

Apple app site association not working over AWS CloudFront and S3

Here's my setup: I have an AWS CloudFront distribution with custom and valid SSL certificate (from ACM) the CF distribution points to an S3 bucket My domain example.com is a A record with alias to my CF distribution I uploaded…
4
votes
1 answer

Why is my iOS App Associated Domain endpoint not being called by Apple?

Following Apple's Password autofill guidelines with App Associated Domains here, I added the apple-app-site-association json file. My app has that site listed as webcredentials:example.com. My app's bundle id is com.app.App which is listed as one…
SirRupertIII
  • 12,324
  • 20
  • 72
  • 121
3
votes
2 answers

iOS apple-app-site-association - does it need to be off the root of my server?

I am trying to configure deep linking for my Capacitor App and am following the instructions here: https://capacitorjs.com/docs/guides/deep-links. Apple mentions that "The file needs to be accessible via HTTPS—without any…
3
votes
0 answers

Firebase apple-app-site-association how to add webcredentials

I would like to know how we can add webcredentials data for autofill to apple-app-site-association file which Firebase generates automatically? I know that setting appAssociation: NONE will prevent the automatic generation of this file. However, I…
3
votes
0 answers

Prepending Wildcard (*) for a Path in Apple App Site Association File

We have an url like www.domain.com/{locale}/article/slug. Here can I use path like */article/* ? local refers to language code, i.e. EN, HI.
Namit Gupta
  • 796
  • 9
  • 20
1
2 3 4 5