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

Universal link doesn't work preperly in Instagram webview

I implemented a universal link for app and it works properly when I call it from Apple Notes, slack and etc, but it can't open the app when it is called from a link in Instagram, what should I do? the AASA is { "applinks": { "apps": [], …
mohsen
  • 4,698
  • 1
  • 33
  • 54
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
0 answers

Firebase dynamic links that open in multiple apps

I have previously used deeplinks to open in multiple apps depending on what the user has installed. I have now upgraded to dynamic links and can't figure out how to get this to work. Currently it only opens in com.myapp I have multiple apps (4 apps…
MadMac
  • 4,048
  • 6
  • 32
  • 69
2
votes
0 answers

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/AppSearch/UniversalLinks.html I would like to future proof it…
2
votes
1 answer

Full app - Associated Domain for app clip invocation

According to Apple documentation, when a user installs the full app, the app clip invocation launches the full app. And it says to associate the full app with the website. Does this association mean to add appclips: or applinks: in…
2
votes
2 answers

Apple-app-site-association file not linking to application

Even after 48 hours, as said in apple documentation, apple-app-site-association is not working in my application. I have checked with [apple validation tools] (https://search.developer.apple.com/appsearch-validation-tool/) but its showing Error no…
Kapil Sharma
  • 70
  • 2
  • 6
2
votes
1 answer

why universal links are not working even though validated right by apple?

When validating my apple app site association file, I get passed for the main domain and sub domains and of course have entitlements enabled and added I reinstall the app whenever I want to test on a device, to fetch a new version of the file…
DeyaEldeen
  • 10,847
  • 10
  • 42
  • 75
2
votes
0 answers

cloudkit how to write to public database

Iam using cloudkit to read and write in public database - in my application user suppose to be able to upload files and write records to database and other users to read it I am using cloudkit however as far as I know to write to the public database…
rania
  • 57
  • 7
1
vote
2 answers

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-site-association i created a simple html file to…
1
vote
1 answer

Apple App Site Association not working if app is not installed

We've been testing our app and in development things were perfect regarding app association/deeplinking. We have our .well-known/apple-app-site-association working, validating, Branch.io's AASA validator passing with our domain+team ID+bundle combo.…
1
vote
1 answer

How to specify paths for different components in Apple-app-site-association

I have a list of deeplinks that don't require a path. However, only one specific component requires a path. How do I format this? "applinks": { "details": [ { "appIDs": [ "xxx.prod", "xxx.demo",…
Mocha
  • 2,035
  • 12
  • 29
1
vote
1 answer

|Xamarin| Universal links not working: I cant open iOS app via a https url, what is wrong with my configuration/setup?

I am developing an app with xamarin. And i cant get the iOS app to open via a link (universal links) in safari or from the email client. Can someone tell me what i am possibly doing wrong? I am using: Visual studio 2019 (updated) on windows I have…
1
vote
1 answer

Using the apple-app-site-association file with an azure static-web-app

I am using an Azure static web app to host a website. I want to host the apple file on the backend for deep linking. I am running into the problem however that the apple documentation requires there is no extension on the file when it is uploaded. I…
1
vote
1 answer

apple-app-site-association JSON not showing up?

I have implemented my association like it is done here, but when I then go to check the JSON by doing: https://day21.co/apple-app-site-association. ​ This shows up: {"applinks":{"apps":[],"details":[]}} Rather than what I have in the file: ​ { …
1
vote
1 answer

App Association File Not Being Downloaded For Some Domains

Universal links into our app currently only works on URL's into our demo and staging environments but not our Production one. So for instance, a link into https://app.myCompany.com/events/1 doesn't work but https://app.myCompany-staging.com/events/1…