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
387 questions with no upvoted or accepted answers
17 votes
0 answers
6k views

Deeplink solution for IOS and Android apps works in Facebook

There are too much Deep Linking (Universal Links or App Links) tutorials. But most of them shows how to enable it in Android or IOS Apps. Also there are paid cloud solutions but they offer to much ...
Mustafa Atalar's user avatar
14 votes
0 answers
2k views

iOS : Universal links are not working when set default browser is Chrome/brave(other then safari)

In our iOS universal links for our app is not opening our application when we tap on the link. This is happening only when the default browser in iPhone is set to Chrome or brave (other than safari). ...
Nagaraju kamatham's user avatar
13 votes
2 answers
4k views

Error with Universal Links on phone w/ iOS 13

I am seeing the below error in iOS 13 when trying to setup an app with universal links. Has anyone seen this or know what it means? I am seeing this error in the device console for the swcd process. ...
AndySousa's user avatar
  • 1,112
12 votes
1 answer
3k views

Prevent redirect from triggering App / Universal Link behavior

We have a web product and Android/iOS mobile apps with App (Android) & Universal (iOS) links enabled. This enables the OS to open our app in various scenarios where the user would otherwise have ...
siger's user avatar
  • 3,162
8 votes
0 answers
1k views

iOS: Opening a universal link through code

I'm trying to open universal links of my app programmatically using the below code: UIApplication.shared.open(url!, options: [.universalLinksOnly : true]) { (success) in if(!success){ ...
Chengappa C D's user avatar
8 votes
0 answers
806 views

How to trigger NSUserActivity continuation (Universal Links opening) in the current app?

Universal Links in iOS9 use the Handoff mechanism to look at a link in an app instead of the browser: Whenever a Universal Link is clicked, iOS activates the corresponding app and calls -application:...
severin's user avatar
  • 10.2k
7 votes
0 answers
1k views

iOS Deep linking: open app after installing from app store

I am trying to implement a feature like in this question Android Deep linking: Use the same link for the app and the play store but for iOS app. Currently, my app uses UniversalLink(example: https://...
Ice's user avatar
  • 730
7 votes
0 answers
387 views

Detecting if the app launched from Handoffs or Universal Links

Is there a reliable/correct way to determine in the application:continueUserActivity:restorationHandler: method if the app was opened as a in my app but I need to be able to distinguish the source ...
timgcarlson's user avatar
  • 3,116
7 votes
0 answers
799 views

Universal Links - disable top right link

I currently complement my web application by using URL Schemes to launch my native application. Starting with iOS 9 my users now get challenged with a popup that says "Open in app name". I have ...
jhaley's user avatar
  • 215
6 votes
0 answers
2k views

iOS Universal link navigate to required screen after installing app from Appstore in swift

I am sending an universal link to other user through email or SMS. When the user clicks on the link, I want the following to happen: If the user does not have my app installed, the link should open ...
Vignesh's user avatar
  • 630
6 votes
0 answers
566 views

Google Ads app engagement campaign doesn't work with Firebase Dynamic Link

I'm trying to run app engagement campaign with Firebase Dynamic Links, but I receive an issue 'The link won't work because Google Ads doesn't support third-party redirect URLs. Replace it with a ...
Yehor Chernenko's user avatar
6 votes
1 answer
1k views

Error Message in Console: needs its JSON updated because the app PI changed

When trying to get universal links working I am getting this error and I have no idea what it means { "applinks": { "details": [ { "appID": ...
Aaron Saunders's user avatar
6 votes
0 answers
2k views

Can you set up iOS Universal Links without a separate website?

Is it possible to set up iOS universal links without having a separate website? For example, if you want a universal link that 1) opens your iOS app if the user has it installed on their device and 2)...
SeanRtS's user avatar
  • 1,185
6 votes
0 answers
769 views

Universal links not working in iOS 12.2 , 12.3

I recently implemented universal links in iOS. It works fine in iOS version 12.1 and below but fails to redirect back to the app in iOS 12.2 and 12.3. Issue in 12.2 and higher: The browser doesn’t ...
smruti ranjan's user avatar
6 votes
0 answers
836 views

Too many request for .well-known/apple-app-site-association - Is a Cache header recommended?

We have lots of requests to .well-known/apple-app-site-association (AASA) because we use Universal Link in our app. In my understanding the file is downloaded once on app install (and on update). We ...
Janning Vygen's user avatar

15 30 50 per page
1
2 3 4 5
26