Skip to main content

All Questions

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
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
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
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
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
3 votes
1 answer
2k views

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 ...
Taz's user avatar
  • 1,213
0 votes
0 answers
457 views

How to display at the top of a Smart banner for Universal Links in Safari

Implemented Universal link of IOS with iPhone and iPad. My app runs the app by accessing a specific URL in the safari browser. When accessing a specific URL, a Smart banner appears at the top of the ...
Jungwon's user avatar
  • 940
1 vote
2 answers
2k views

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 ...
Kosy Onyenso's user avatar
27 votes
3 answers
13k views

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, ...
Senseful's user avatar
  • 90.4k
1 vote
2 answers
544 views

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-...
hndvf's user avatar
  • 141
2 votes
0 answers
629 views

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/...
MadMac's user avatar
  • 4,609
0 votes
1 answer
995 views

iOS AppLinks only not working from mail app

We are in the progress of creating a new application and I'm facing some issues with the usage of app links. So I added the entitlements and I'm hosting the ".well-known/apple-app-site-...
dirkvranckaert's user avatar
0 votes
1 answer
1k views

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&...
Esteban Chornet's user avatar

15 30 50 per page