Questions tagged [apple-app-site-association]

37 questions
16
votes
2 answers

How do I access Apple's AASA validator (App Search API Validation Tool)?

When building an Apple App Site Association file (AASA or apple-app-site-association file), it's very easy to get it wrong. That's why Apple built a "App Search API Validation Tool" (ref1, ref2). This seemed to be available as recently as June 2022…
3
votes
1 answer

Why Apple AppClip Card does not launch?

We have an Apple app with associated App Clip. And from our website we would like our users to see the App Clip when they visit a particular url, say, https://www.example.com/abc/xyz/appclip_page. Users initially visit another page, i.e.…
3
votes
1 answer

universal Link's apple-app-site-association file in iOS14

Using iOS14.5, My URL looks like this: https://www.myexample.com/invitation?invitationCode=123456 Inside my apple-app-site-association file, which components is correct ? (Please notice the tiny difference of /invitation vs. /invitation* vs.…
iKK
  • 6,394
  • 10
  • 58
  • 131
3
votes
0 answers

Universal link "apple-app-site-association" in reactJS not working

I am working on a reactJS web app and need to include universal links through "apple-app-site-association" file. I've followed the steps: (1) Create "apple-app-site-association" file with no extension (2) Include the file inside public folder (not…
3
votes
2 answers

how to prevent ios universal link open the APP when user click a url in subdomain A page, and the url is linking to subdomain B

We added associated domains in our ios APP, like this: webcredentials:*.mywebsite.com applinks:*.mywebsite.com We also uploaded apple-app-site-association file for all our subdomains. Like below: { "applinks":…
Henry
  • 61
  • 1
  • 7
2
votes
0 answers

Developer mode for Universal Links not bypassing Apple's CDN

I'm in the process of adding a path to my apple-app-site-association file. I have made the change and have it working locally on my development machine using Ngrok as a reverse proxy. Everything has been tested and consequently I've deployed the…
Taz
  • 1,203
  • 1
  • 11
  • 21
2
votes
0 answers

AASA - Apple App Site Association - Not working

I have been having a long and frustrating experience trying to get AASA to work for webcredentials. My goal here is to allow usernames and passwords to be stored in the iOS keychain. I did have this working on a root domain the other week but it is…
2
votes
0 answers

tomcat mime-mapping for a specific filename, i.e., apple-app-site-association

I need to serve a file, apple-app-site-association with application/json content type. I throw the file to my tomcat server ROOT and it seems to work but not the right content type. I found I can specify content-type for any file extensions in the…
Sean
  • 2,967
  • 2
  • 29
  • 39
2
votes
0 answers

apple-app-site-association universal link path format for wild card

Can I add the following wildcard to my apple-app-site-association file? "trails*" It is not specified here: https://developer.apple.com/library/archive/documentation/General/Conceptual/AppSearch/UniversalLinks.html I would like to future proof it…
2
votes
1 answer

Apple's apple-app-site-association file on S3 with CloudFront Distribution

I am trying to serve apple-app-site-association from the S3 via CloudFront distribution via my custom domain. But when I am given a path like below, It's started downloading rather than showing in the…
2
votes
1 answer

How to read the apple-app-site-association file on Vapor 4?

For the auto-fill password to work on the Apple platforms, I am testing out Apple App Site Association (AASA) Validator in this website. I have added the required json in the Public/.well-known/apple-app-site-association file for the auto-fill…
Roland Lariotte
  • 2,606
  • 1
  • 16
  • 40
1
vote
0 answers

How to make iOS universal links working with Vite + CRA. Vite seems to redirect url when apple-app-site-association file when it isn't .json

I'm using CRA which was migrated to Vite. Im uploading apple-app-site-association file (without .json extension) by placing it in public folder. Vite is building this file because it can read it later if I add .json extension. So can can read it…
1
vote
2 answers

Flutter IOS Universal Link Opens App, But Does Not Navigate To Correct Page

I have set up Universal Links on my flutter project for IOS. Like the title suggests, my app does open when I click on a link relating to my site but it does not navigate to the correct page. It just opens the app. I'm not using the uni_links…
1
vote
2 answers

iOS universal links only opens app if "path" has a specific syntax with regards to linebreaks and spaces

im trying to set up universal links in a react-native project, thought this part shouldt have anything to do with react-native. i have uploaded the file correctly at: example.com/.well-known/apple-app-site-association i created a simple html file to…
1
vote
1 answer

Apple App Site Association not working if app is not installed

We've been testing our app and in development things were perfect regarding app association/deeplinking. We have our .well-known/apple-app-site-association working, validating, Branch.io's AASA validator passing with our domain+team ID+bundle combo.…
1
2 3