Skip to main content

Questions tagged [ios-universal-links]

With universal links, iOS users can tap a link to your website and get seamlessly redirected to your installed app without going through Safari. If your app isn’t installed, tapping a link to your website opens your website in Safari.

ios-universal-links
154 votes
47 answers
172k views

iOS Universal Links are not opening in-app

So I followed this tutorial exactly and use the same values as the ones provided: https://blog.branch.io/how-to-setup-universal-links-to-deep-link-on-apple-ios-9 The Apple Association file is also ...
Legolas's user avatar
  • 12.3k
64 votes
5 answers
51k views

Requests to /.well-known/apple-app-site-association

I just checked my server logs and found the following weird requests coming in quite a lot. I have iOS 9 Universal Linking implemented, but those requests are running against /apple-app-site-...
Tim Specht's user avatar
  • 3,128
62 votes
4 answers
16k views

apple-app-site-association file is not fetched from server but cached at apple?

We have universal links working for a long time now. Today I added a path to the AASA file (let's call it sub2). The path was not recognised by the app, even after reinstalling it. When I debugged I ...
S. Roose's user avatar
  • 1,557
55 votes
4 answers
51k views

Universal links on iOS vs. deep links (URL schemes)

As I'm reading, iOS 9 introduced Universal Links. In the "Support Universal Links" section in Apple's App Search Programming Guide, it says that this is not exactly like deep linking with URL schemes, ...
AppsDev's user avatar
  • 12.4k
43 votes
2 answers
11k views

Does the apple-app-site-association json file ever get updated in app?

Other than the first initial install of the app, does the apple-app-site-association json file ever get updated? For example, if I add an additional value to the path array in the json file, will my ...
wolfprogrammer's user avatar
40 votes
3 answers
31k views

How to support Universal Links in iOS App and setup server for it?

How i can support Universal Links in my iOS application and setup my server in order to support Universal Links?
Vineet Choudhary's user avatar
40 votes
4 answers
14k views

How can I reset iOS 9 Universal Linking settings?

While testing universal links on my iOS 9 app, I accidentally tapped "mywebsite.com >" (top right corner). This made the app navigate to the website again. Now I can't seem to make universal linking ...
Sonny Saluja's user avatar
  • 7,247
36 votes
6 answers
16k views

iOS Associated Domains (Universal Links) with Wildcards not working

In an iOS app I am working on I have setup Associated Domains (Universal Links). The app hosts multiple domains. Some domains I have set up with a wildcard. These domains do not seem to work. For ...
Bocaxica's user avatar
  • 4,601
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
25 votes
2 answers
36k views

iOS Universal Link App Store redirect

I have universal links working correctly, when the app is installed I see how the link opens the app, and when it's not installed opens the url in safari. Actually what I would like to do is to ...
Rodrigo.C's user avatar
  • 1,153
24 votes
6 answers
14k views

Universal Link is not working on properly on iOS 13 (AASA not downloaded)

Universal Link was working fine on iOS 12 but I ran into issues when I updated to iOS 13.1 yesterday. URLs that's supposed to open the app when tapped are just opening up in the browser. Some users on ...
TKP's user avatar
  • 443
20 votes
2 answers
17k views

UniversalLink is not working on iOS 14 devices, but works well on simulator

The following solution can support universalLink on simulator. I have an app that support the UniversalLink. User click the supported links in the website, will be navigated to the features in the ...
Jin's user avatar
  • 685
19 votes
3 answers
21k views

iOS Universal Links and GET parameters

we're trying to implement app indexing on iOS using the Apple Universal Links (I'm looking at https://developer.apple.com/library/ios/documentation/General/Conceptual/AppSearch/UniversalLinks.html#//...
Marco Zanetti's user avatar
19 votes
5 answers
6k views

`scene(_ scene: UIScene, continue userActivity: NSUserActivity)` doesn't get called when the app is launched after the user clicks on a universal link

Method scene(_ scene: UIScene, continue userActivity: NSUserActivity) doesn't get called when the app is launched after the user clicks on a universal link. It works fine when already launched app ...
Dmitry's user avatar
  • 607
19 votes
3 answers
3k views

Does AsWebAuthenticationsession support universal links?

I use AsWebAuthenticationsession to authenticate from another application to my application. I open AsWebAuthenticationsession, and it redirects my application's universal links. The problem is when ...
Hüseyin's user avatar
  • 290

15 30 50 per page
1
2 3 4 5
56