Skip to main content

Questions tagged [apple-app-site-association]

The tag has no usage guidance.

apple-app-site-association
1 vote
0 answers
40 views

iOS universal link (applink) opens the app for any path and even for domain itself

I am facing one weird issue in universal link. Here is my implementation. let suppose these are the details. AppId (TeamId) - ASDFASDF Domain Name -- com.demo.ios.app path -- /login Here is my apple-...
Naresh's user avatar
  • 945
2 votes
0 answers
62 views

What configuration to open App Store with Universal Link

I'm creating a Universal Link for my application. We created a site in next js and configured the files correctly apple-app-site-association file: https://rune-links-webapp.vercel.app/.well-known/...
Marco Brugali's user avatar
0 votes
0 answers
24 views

Why is My Specific Path Override Not Working in Apple App Site Association File

I'm trying to configure my Apple App Site Association (AASA) file to handle deep links for my app. I want to ensure that the path /bbs/thread/* is included, and it should override the more general ...
Or Bachar's user avatar
0 votes
0 answers
65 views

universal link with query parameters is not working (IOS)

I have configured AASA file to support path such as https://domain/forgot-password?token=asadsad3ddsd. It is not opening in browser nor app. do we need to configure something in flutter app delegate ...
Banka Uday's user avatar
0 votes
0 answers
77 views

IOS Deep linking is not opening the app directly. it doesn't load or open anything in chrome

I've implemented the deep linking functionality in react native(ios). also setup the AASA file to the domain.validated it with branch.io everything seems fine. i tried many suggestions but still no ...
Akib Shaikh's user avatar
0 votes
0 answers
59 views

How to host apple-app-site-association file using Blazor WASM

I created a well-known folder under wwwroot and added my apple-app-site-association.json file along with a Web.config file. I then created a Virtual path in Azure. This does not work. The next thing ...
Dumber_Texan2's user avatar
0 votes
2 answers
456 views

Apple App Site Association conflicting with angular route

Can someone shed some light on how to setup iOs app link to work for angular ? Basically I want to have a link in mail sent to users that then opens the app if it is installed. I have in the src/.well-...
Sidney Schultz's user avatar
0 votes
0 answers
24 views

How to receive the "referID" parameter from a deep link after installing and launching my iOS app for the first time

Note: Please me solution for without using any third party service as like firebase dynamic link or branch.io. Our application has a referral feature. If someone clicks the deep link and installs the ...
Md.Bellal Hosain's user avatar
0 votes
0 answers
58 views

Truncate json from Apple app site association as a static file in Angular via AWS

I was able to setup the .well-known/apple-app-site-association correctly via angular static files and it already works correctly but i have to do it manually. Here's what I currently do: save and ...
Jordin Vell's user avatar
0 votes
1 answer
281 views

One time code auto fill do not suggest code received via SMS

This is how I defined my oneTime UITextField: let codeTextField: MaskedTextField = { // inherits from UITextField let textField = MaskedTextField() textField.textContentType = .oneTimeCode ...
Bartłomiej Semańczyk's user avatar
0 votes
1 answer
141 views

Universal Link How to forbid open all links except some?

apple-app-site-association: { "applinks": { "details": [ { "appIDs": [ "XXXXXXXXXX.com.project", ...
Nike Kov's user avatar
  • 13.4k
0 votes
0 answers
89 views

Debugging Apple app site association file in swift

This screenshot includes of result debugging aasa I integrate the universal link into my app by (associated domain) and then debug the universal link on the real device but I get this error from ...
Eslam Abotaleb's user avatar
0 votes
0 answers
89 views

Universal Link Not Display On Safari Browser In Ios

I add the configuration of apple app site association like that : Then this file is uploaded into the host server like that url (https://domain/apple-app-site-association), From my side add the ...
Eslam Abotaleb's user avatar
2 votes
0 answers
179 views

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 ...
OMGImOut's user avatar
  • 192
0 votes
2 answers
1k views

Apple App Site Association (AASA) file is not being updated on app-site-association.cdn-apple.com

My app has three separate environments named int sbx prod Here are my three AASA files on my webservers. https://app.int.croissant.com/.well-known/apple-app-site-association https://app.sbx....
Alex's user avatar
  • 802

15 30 50 per page