Questions tagged [aasa]

23 questions
10
votes
3 answers

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 and serving up my aasa file behind https, so in…
Nick Coelius
  • 4,668
  • 3
  • 24
  • 30
3
votes
1 answer

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 connected and app is installed using Xcode in Debug…
Saoirse
  • 51
  • 5
2
votes
0 answers

AASA - Apple App Site Association - Not working

I have been having a long and frustrating experience trying to get AASA to work for webcredentials. My goal here is to allow usernames and passwords to be stored in the iOS keychain. I did have this working on a root domain the other week but it is…
2
votes
1 answer

How to read the apple-app-site-association file on Vapor 4?

For the auto-fill password to work on the Apple platforms, I am testing out Apple App Site Association (AASA) Validator in this website. I have added the required json in the Public/.well-known/apple-app-site-association file for the auto-fill…
Roland Lariotte
  • 2,606
  • 1
  • 16
  • 40
1
vote
1 answer

Swift Autofill Password not working: "failed to approve"

I want to implement Password Autofill but I do not get it working. It fails with the following error: Error Domain=NSOSStatusErrorDomain Code=-25293 ""beezleapp.com" failed to approve "N4EV3W64CV.com.beezleapp.beezle""…
J. Doe
  • 12,159
  • 9
  • 60
  • 114
1
vote
0 answers

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 the app, nothing else. So for example these…
Adam Ivancza
  • 2,459
  • 1
  • 25
  • 36
1
vote
1 answer

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/purchase process, we use an externally hosted card…
Geoff
  • 13
  • 4
1
vote
0 answers

How to deny url using AASA file?

I'm trying to deny this url https://foobar.com/foo/bar/test/bar.html But I want to deny the every url that contains /bar/test/ but this follow AASA file works only if url end with /bar/test/ (https://foobar.com/bar/test/) How can I solve this? What…
ari
  • 149
  • 7
1
vote
2 answers

APPLE APP SITE ASSOCIATION (AASA) Troubleshooting - iOS - Wordpress hosted site

I'm trying to set up AASA for my app and am testing on a Wordpress hosted site (https://toycollectorapp.com) I have uploaded the AASA file to the .well-known directory and added an .htaccess file so that Wordpress will apply the mime/JSON type to…
1
vote
2 answers

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 could not find any hint whether we need an additional…
Zsolt
  • 3,648
  • 3
  • 32
  • 47
1
vote
0 answers

apple-app-site-association correct configuration

I am trying to implement an associated domain for an app I'm working on. So far, I have: Enabled the Associated Domains capability of the app Added all required domains with applinks:www.domain.com added an apple-app-site-association file to the…
Joris416
  • 4,751
  • 5
  • 32
  • 59
1
vote
1 answer

I have uploaded apple-app-site-association on my server, which I use for backend services

Where can I upload 'apple-app-site-association' for universal link setup in my iOS app?. How can I use universal link in my iOS app?. I am getting just confuse to read a lot of tutorials. Can anyone help me?
Pankaj Sonava
  • 519
  • 4
  • 20
0
votes
1 answer

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…
Alex
  • 952
  • 7
  • 12
0
votes
2 answers

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": { "apps": ["**********.com.project.example"], "details": [ { …
Deep Gandhi
  • 157
  • 1
  • 4
  • 13
0
votes
0 answers

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 foreground and then we can manually check and…
priyanka.saroha
  • 201
  • 1
  • 8
1
2