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
1
vote
0 answers

React Native iOS Universal Links - Error cannot fetch app site association

Why am I getting this error? Universal linking works fine and opens the app: When tapping on a result link on Chrome/Safari. Via Message app and other social media apps. But when I try to validate it through…
1
vote
1 answer

IOS Apple Universal Links fails randomly

We have an app that uses the universal links functionality and works most of the time but in some cases, specially with fresh installs and in random scenarios, when the user clicks the deep link on the email the mobile app is not opened and the web…
1
vote
0 answers

Is it possible to verify the apple app site association file was properly requested and configured for an instance of an installed IOS app?

Is it possible to verify the apple app site association file was properly requested and configured for an instance of an installed IOS app? Ideally, we could easily verify that Universal Links are working properly for an instance of a device and…
1
vote
0 answers

Apple-app-site-association returning 500 from validation and working as expected in browser and curl

Here is my nginx configuration server { root /home/ubuntu/www ... location = /apple-app-site-association { default_type 'application/json'; } location = /.well-known/apple-app-site-association { default_type…
niksmac
  • 2,667
  • 3
  • 34
  • 50
1
vote
0 answers

Unable to show password prompt for AutoFill password in iOS

[AutoFill] Cannot show Automatic Strong Passwords for app bundleID: "com.example.*" due to error: Cannot save passwords for this app. Make sure you have set up Associated Domains for your app and AutoFill Passwords is enabled in Settings
Mak K
  • 83
  • 1
  • 10
1
vote
2 answers

How do I set MIME type for APPLE APP SITE ASSOCIATION served using apache tomcat server?

I have this apple-app-site-association file under the .well-known directory. When I open the URL in browser JSON file shows up correctly but if I am validating using any of the validators I am getting following error.
1
vote
0 answers

How to add apple-app-site-association file to my Ember app?

Ember newbie here. I am trying to host the apple-app-site-association file in our s3 instance and am not sure how to do it. We have a website and a web application written in Ember. Like mysite.com leads to the site and mysite.com/app leads to the…
1
vote
1 answer

iOS Universal Deeplinking not Working

When I long press on the hyperlink https://www.myapp.com in the Notes app, I don't see any "Open in My App" option. I have made sure of the following: I have a apple-app-site-association file hosted…
frigocat
  • 283
  • 2
  • 13
0
votes
0 answers

How to add ios apple-app-site-association

hi everyone~May i ask a question about setting apple-app-site-association. I want to not open this example.com/getName?id=123&num=4 and queryitem is dynamic but it still open from the app. How can i set up the apple-app-site-association. Please help…
0
votes
1 answer

Invoke appClip from specific URL endpoint

we've configure Associated Domain with appclips: in app and AASA file at that domain. configure meta tag as well for Card display. App clip card is working fine. now question is, can we make it as it will display only at some specific URL…
0
votes
0 answers

UnwantedCommunicationReportingExtension API calling failing

I want to add UnwantedCommunicationReportingExtension to my iOS app to report calls from Call History. I created UI for that and I can see the report button on Call History and Extention is opening. I have followed every step to make sure…
Faslur Rajah
  • 861
  • 2
  • 10
  • 17
0
votes
0 answers

How to use deep linking and Apple App Site Association with React.js

I have been looking far and wide and I can't seem to find any information about how to properly use apple-app-site-association/deep linking with a react.js website. I don't even have any code because I don't know where to start.
Botonian
  • 87
  • 6
0
votes
0 answers

Universal links, limit deeplink path

I've just finished working through adding deeplinks to my React Native app. I have a question around limiting the paths that work with deeplinks. I'm using the new components array in the apple-app-site-association file with wildcards to deeplink…
0
votes
2 answers

Apple app site association subdomain setup

Let's try to make an example that would make most sense to explain my problem. Let's say I have my app available on example.com and also created few universal links like example.com/application that when clicked from a phone device open inside the…
0
votes
1 answer

Apple app site association - bad JSON content

The Apple-app-site association is failing. Haven't found a solution yet. I checked for valid JSON in the JSON validator which says -valid JSON But it doesn't redirect to the app. I have hosted The apple-app-site association file (without the…