Skip to main content

All Questions

1 vote
0 answers
195 views

How to implement "Open in app" button to a website for an app that uses iOS Universal Links?

I have an React site that uses Apple App Site Association file to handle Universal Links and open the links to my site in my iOS app instead, in case the user has the app installed. This works ...
tiou's user avatar
  • 11
1 vote
0 answers
250 views

Firebase dynamic link redirect always in app store even app is already installed

I created firebase dynamic link, and implement in my iOS app. But the link is not redirect in application even while app is already installed. It always reached at AppStore. I tried much to find the ...
Shyama Makadiya's user avatar
0 votes
0 answers
735 views

Universal links in iOS with query parameters not working

I have universal links setup in the app and It works fine for 2 url routes but fails in case of a third route in which query params are used. This is the url I want to work on /register?referral=code ...
Vishal Thakur's user avatar
0 votes
1 answer
298 views

UniversalLinks in Xamarin.Forms

I'm implementing a payment provider in my Xamarin.Forms app, which provides a checkout url that is opened in the system browser. After the checkout is completed, the app must be brought to the ...
Daan's user avatar
  • 347
0 votes
1 answer
2k views

How to deep link to automation in shortcut app?

How can an app deep link directly into the automations tab of the shortcuts app? Below is a user guide with some info about deep linking into the shortcuts app https://support.apple.com/guide/...
Ryan's user avatar
  • 670
5 votes
2 answers
2k views

Universal link do not work on real devices

I'm currently working on implementing universals links into my App, they work perfectly on my simulators whether using command line xcrun simctl openurl booted or by tapping on links from messages ...
Valipss's user avatar
  • 51
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
0 votes
1 answer
87 views

iOS - Universal link detection not working on physical devices (Working every time on simulator)

Universal link working on simulator only every time when tap on it it will open application. If i am directly run on device then it's not working it will just open safari not application. Same ...
Kelly White's user avatar
5 votes
2 answers
8k views

How to test your deferred deep link in iOS

I have an app in which i have to use deeplink and deferred deep link. I'm able to debug deeplink in my app but how to debug deferred deeplink in my iOS app. How would i know what value I'm getting ...
Anuj Naruka's user avatar
6 votes
3 answers
6k views

iOS Universal Links not working via TestFlight

I'm new to iOS and managed to implement the iOS Universal Links for an app following this. I have created and uploaded the apple-app-site-association and configured/prepared the app to handle ...
velval's user avatar
  • 3,232
4 votes
0 answers
879 views

Universal link failing due to "Bad apple-app-site-association server trust"

I am trying to set up a universal link in iOS for my app (still in development, not on the app store). I am running the app directly from XCode onto a iPhone (iOS 11). My meta data validates fine on ...
Locksleyu's user avatar
  • 5,352
8 votes
2 answers
8k views

Universal link not working if app is not installed on an iOS Device

I've implemented universal links in my application as well as server side. Everything works fine when the app is installed. If the app is not installed on the device and I click on the universal link ...
batman's user avatar
  • 2,329
1 vote
1 answer
936 views

Universal Linking not showing app selection menu in case of multiple apps pointing to same domain

We have multiple flavors of our app which is pointing to the exactly same server; We can’t differentiate different apps from looking into the domain urls and their paths. For Example, from any of the ...
msmq's user avatar
  • 1,318
1 vote
1 answer
874 views

Branch Deep Linking not working when opening app through AppStore

Hie, I am using branch for deeplinks in my iOS application. If the app is installed, the deeplink opens up and the app and shows a different view controller than the initial view controller. If the ...
Akaanksha's user avatar
  • 171
1 vote
0 answers
848 views

Understanding associated domain services and creating custom associated domain services

I've been doing a fair amount of research on universal links, handoff and associated domains on iOS. However, a lot of the documentation does go in depth of what is really happening under the hood ...
user481610's user avatar
  • 3,250

15 30 50 per page