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
0
votes
0 answers

Branch.io hosted AASA file is invalid for iOS 12 devices

I recently noticed that users on iOS 12 were not able to follow our Branch links (company.app.link) to our app. Upon further investigation I found this error in the iOS 12 device logs: ### Download URL…
0
votes
0 answers

Apple-app-site-associate file not accessible

I work on develop iOS app, and I need to use DeepLinks in my app. It must add apple-app-site-associate json file to my host in root directory without extension, I add it but when I checked it on…
0
votes
2 answers

Showing a JSON file at a specific URL in Gatsbyjs

I'm trying to link my iOS App to a Gatsby website but I can't find how to show the following JSON file at a specific URL in my Gatsby website I've added the JSON file inside my Static Folder { "applinks":{ "apps":[ ], …
0
votes
1 answer

"apple-app-site-association" file not working in Vue.js with nuxt.js framework

I am working on a Vue.js with nuxt.js project and need to include in my site the "apple-app-site-association" file. I did the following steps: Include "apple-app-site-association" file inside public folder: "static" The route in my site is:…
B K
  • 1
  • 2
0
votes
1 answer

Failed to download apple-app-site-association file on iOS13 using Charles Proxy

We usually use the Charles proxy when we develop our apps. The problem is that when we use the Charles proxy to capture HTTP request and Response on iOS13 device, we cannot download the apple-app-site-association file, as the title says. It worked…
Kazunori Takaishi
  • 2,268
  • 1
  • 15
  • 27
0
votes
1 answer

Error 404 domain/.well-known/apple-app-site-association

I am getting a 404 error when loading my apple-app-site-association and I have no idea why... Here's how my file looks like: { "applinks": { "apps": [], "details": [ { "appIDs": [ "ABCDE12345.com.example.app" ], …
0
votes
1 answer

How to add Apple App Associations to React App

I'm using react-router-dom in my project as follows to define routes in my React application. return (
0
votes
1 answer

Prevent "Would you like to open (URL)" dialog on iOS push notification deep linking

I use deep links in push notifications (using OneSignal + React Native) to open specific parts of my app. Recently my users started to get the following confirmation when they tap the push notification (which wasn't the case before): This is…
0
votes
1 answer

iOS universal link is not working in Nginx/Wordpress?

I setup a wordpress site in my Nginx server and setup iOS universal link on it, but still it's not working and I'm struggling since a week :( Here are the configurations I did : nginx.conf file : location /apple-app-site-association { …
Madura Dissanayake
  • 8,309
  • 5
  • 25
  • 34
0
votes
1 answer

Swift Universal Links no longer working app is not showing up

I set up Universal Links in my app and when testing it a month ago it was working perfectly fine. I published my app last week in the App-Store and wanted to add Universal-Links today but they are no longer working. On my Website you are no longer…
0
votes
1 answer

Password-Autofill: Can I place apple-app-site-association file elsewhere instead of root directory or .well-known

I am adding Password autofill feature to my iOS app. when I asked other developer who handles backend to place the apple-app-site-association file in the root directory of web server, he told me that the file can't be accessed directory from the…
0
votes
1 answer

See apple-app-site-association file in .well-known directory despite RewriteCond

In my sites hosted on Dreamhost, the .well-known directory contains an acme-challenge folder along with an .htaccess like this: # Permit access to the challenge files but nothing else Order allow,deny Allow from all RewriteCond %{REQUEST_URI}…
matt
  • 515,959
  • 87
  • 875
  • 1,141
0
votes
1 answer

Universal Link works only on simulator

Morning everyone! So i just managed to implement universal link to my iOS Project. I'm using App Search Validation Tool to check it's integrity and i'm having this status at Link to Application: "Action required Could not extract required…
0
votes
1 answer

apple-app-site-association file doesnt work with latest changes

Earlier AASA file was { "activitycontinuation": { "apps": [ "APPID.BUNDLEID", ] }, "applinks": { "apps": [], "details": [{ "appID": "APPID.BUNDLEID", "paths":…
0
votes
0 answers

Why appsearch-validation-tool gives error for my domain hosted in AWS EC2 with apache2 and php7?

I have uploaded the apple-app-site-association file in the .well-known directory Here you can check the file and used Files "apple-app-site-association" ForceType 'application/json' Files(Removed angle brackets) to force content-type ->…