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.

From the Supporting universal links archive documentation:

Universal links give you several key benefits that you don’t get when you use custom URL schemes. Specifically, universal links are:

  • Unique. Unlike custom URL schemes, universal links can’t be claimed by other apps, because they use standard HTTP or HTTPS links to your website.
  • Secure. When users install your app, iOS checks a file that you’ve uploaded to your web server to make sure that your website allows your app to open URLs on its behalf. Only you can create and upload this file, so the association of your website with your app is secure.
  • Flexible. Universal links work even when your app is not installed. When your app isn’t installed, tapping a link to your website opens the content in Safari, as users expect.
  • Simple. One URL works for both your website and your app.
  • Private. Other apps can communicate with your app without needing to know whether your app is installed.

Resources

774 questions
-1
votes
1 answer

How to implement universal deeplinking in iOS for twiter and Facebook?

I want to implement universal linking in iOS Swift for twitter & Facebook.I tried with native way of creating universal linking file and keep it on our server. This is only working with WhatsApp, Mail and Notes but not working on Facebook, twitter…
Rajat Sachan
  • 1
  • 1
  • 3
-1
votes
1 answer

How to implement universal link in ios 9.0 or above?

Using Branch code for universal link implemented in Xcode but no luck lingering around since long plz help.
-1
votes
1 answer

iOS Universal, only 1 path segment

I want to craft a path for Universal Link that are only valid when there's 1 folder segment. Like: https://example.com/first or https://example.com/first/ but I don't want it to come into my app when the URL…
Kenny Lim
  • 1,193
  • 1
  • 11
  • 31
-1
votes
1 answer

ios/safari universal link in address bar support

I have question about what is the best way to handle url user typed in ios/safari address bar. We have univerasal links support for our app and we want to handle properly url in safari's address bar. It means when user types…
dskibin
  • 165
  • 1
  • 2
  • 11
-2
votes
0 answers

Apple's Universal link working only on Safari

The Univesal Link should behave in non Safari browsers just like on Safari My issue is that if i click the link in any not browser app (like Notes, Mail, Reminders etc.) the link goes through Safari for 1/2 second and then brings me to the app, if i…
-2
votes
1 answer

Universal link which opens the calendar app

What is the universal link (deeplink) which opens the calendar app? Is there any list of universal links or deeplinks for several Apple apps and also third party ones? If the list will be maintained it is even better.
Qbyte
  • 12,753
  • 4
  • 41
  • 57
-3
votes
1 answer

How I can write this method in Objective-C - (application: continue userActivity: restorationHandler:)?

I am implementing Universal links in my Objective-C app. Please, help me to translate this Swift method into Objective-C: func application(_ application: UIApplication, continue userActivity: NSUserActivity, …
Philalex
  • 1
  • 2
-3
votes
3 answers

How to setup universal linking

I am trying to setup universal linking on the website. I am following the guide at https://developer.apple.com/library/content/documentation/General/Conceptual/AppSearch/UniversalLinks.html#//apple_ref/doc/uid/TP40016308-CH12-SW1 I set up my…
Ghaith Aqidi
  • 1
  • 1
  • 2
-3
votes
1 answer

How to make duck in app?

Some websites like Quora, and others have a, "open in app" icon. How do I do that and why doesn't stack exchange do that?
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
1 2 3
51
52