Skip to main content

All Questions

0 votes
0 answers
120 views

How to serve AASA file (for deep links) with a react create app?

I have a simple react create app where I want to host the AASA file so I can have deep links to my native app. Im using expo and based on their documentation, I only have to put that file into my ...
learncode's user avatar
  • 490
0 votes
2 answers
615 views

how to add support for "?" (query) in path for apple-app-site-association file?

"apple-app-site-association" file content: { "appclips": { "apps": ["**********.com.project.example.Clip"] }, "applinks": { ...
Deep Gandhi's user avatar
0 votes
0 answers
55 views

iOS Universal link: Keep user in browser even if app is installed

We have a requirement where we want to keep user in the browser until he completes the onboarding. Is there any way to keep the user in browser even if app is installed. Issue is once app will come in ...
priyanka.saroha's user avatar
-1 votes
1 answer
676 views

iOS universal link with url path containing "#!"

My iOS app has to support a universal link to a page something like https://example.com/#!/game/home And I am having difficulties in getting this to work. I have created an AASA file like { "...
Krishnabhadra's user avatar
1 vote
0 answers
2k views

apple-app-site-association - only allow some paths to be opened in app and disallow everything else

I'm struggling to figure this one out... So we have a web app with the following URL structure: /city/posttype/slug We want to implement dynamic linking, but we only want to open certain post types in ...
Adam Ivancza's user avatar
  • 2,499
0 votes
1 answer
52 views

IOS: register for universal link when not owner of the domain

I try to create on iOS an application like https://f-droid.org/packages/app.fedilab.nitterizeme/ on android to help a friend have the same feature (so it actually does not need to be an app per se) i....
allan.simon's user avatar
  • 4,246
1 vote
1 answer
3k views

iOS - Universal links - Preventing a redirect in browser from opening installed application

In a situation where a user has our mobile application installed on iOS, but uses our website via Safari browser. User navigates normally through the web pages, however... Going through checkout/...
Geoff's user avatar
  • 13
0 votes
1 answer
2k views

Validating an AASA file

The 2 following files are supposed to be the same thing (an AASA file), the difference being that the second is meant for more recent versions of iOS. But according to https://branch.io/resources/aasa-...
Michel's user avatar
  • 11.4k
0 votes
1 answer
814 views

Is it possible to choose the app to open every-time if there are multiple supported app on the iOS universal link installed on device?

I have an Apple App Site Association file which contains multiple apps. If a user has all the app, on the first time the iOS gives the option to select the app to open the link. But on the second ...
Jagajith Monappan Kalarickal's user avatar
0 votes
0 answers
180 views

Apple App Site Association Deny Routes without release

I have an AASA file which is working great so far. Basically it routes everything to go inside my app: { "applinks": { "apps": [], "details": [ { "appID": "my.app.id", ...
Fred Novack's user avatar
0 votes
1 answer
841 views

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

Earlier AASA file was { "activitycontinuation": { "apps": [ "APPID.BUNDLEID", ] }, "applinks": { "apps": [], "details": [{ "...
Jahnvi's user avatar
  • 31
1 vote
2 answers
1k views

iOS 13 AASA file not downloading

I noticed that the AASA file is not downloaded (by monitoring the API calls in Charles) on iOS 13.1. I was going through the WWDC https://developer.apple.com/videos/play/wwdc2019/717/ video, but ...
Zsolt's user avatar
  • 3,720
0 votes
2 answers
224 views

Does the iOS AASA file need to sit on a secure connection? (HTTPS)?

I'm trying to set up a universal link between a site and my app, but I realized that my site is on a non-secured connection (HTTP). If I want to have a universal link to my app, does the AASA request ...
LampPost's user avatar
  • 856
3 votes
1 answer
702 views

Universal Link does not open app in ad hoc installable build

I have added universal link support for an app. The following are added aasa file is added at the root of the Website URL. The entitlements file contains the appropriate URL When the device is ...
Saoirse's user avatar
  • 61
10 votes
3 answers
3k views

iOS 10.3 Universal Links Not Working

I've gone through pretty much every Universal Links question on SO that I can find and have yet to have any luck. For the record, this all appears to pass Branch's validator. I'm running iOS 10.3 ...
Nick Coelius's user avatar
  • 4,728