Skip to main content

All Questions

-1 votes
0 answers
24 views

iOS Swift-Universal Link jump to the App, can't open detail page

I have a universal link, https://domain/user/123123 when app opens, I can open the user profile by the universal link, but if turn it off, just can open the app, can not jump to the profile page. I ...
Mark's user avatar
  • 1
0 votes
1 answer
30 views

How to retrieve the Universal Link URL clicked inside my app

I am looking for a way to retrieve the universal link full URL inside my swift app. My universal link setup is (I think) complete in that clicking a link in Safari opens my app in the emulator. My ...
pieroxy's user avatar
  • 849
1 vote
0 answers
20 views

When clicking on a facebook post, sometimes I receive fb deeplink and sometimes the universal link of my app

Since recently, Universal links were working well with our app but recently for some users while clicking on a facebook post we receive via func scene(_ scene: UIScene, openURLContexts URLContexts: ...
Alex Ad's user avatar
  • 21
0 votes
0 answers
37 views

Universal links, while clicking on a facebook post doesn't redirect on my iOS app for all users

We have implemented universal links since a moment on our app (so everything should be setted to make the universal links work with the well known and the metadata for facebook), but it seems that on ...
Alex Ad's user avatar
  • 21
1 vote
0 answers
32 views

How to handle deep linking for iOS and Android apps

I am working on a project replacing deep linking in house for an iOS and Android app. I know iOS has universal links and Android has app links. They can be synced up and the OS abstracted away if they ...
Braeden Meikle's user avatar
1 vote
0 answers
40 views

iOS universal link (applink) opens the app for any path and even for domain itself

I am facing one weird issue in universal link. Here is my implementation. let suppose these are the details. AppId (TeamId) - ASDFASDF Domain Name -- com.demo.ios.app path -- /login Here is my apple-...
Naresh's user avatar
  • 945
0 votes
0 answers
21 views

applinks not showing in swcutil_show.txt

I have a React Native (RN) application that supports App Links (Universal Links) functionality. Whenever I upload the application to our TestFlight, everything works as expected, and data for the App ...
idrizovDjem's user avatar
0 votes
0 answers
40 views

Open universal link when app is in background

I have a case with this problem iOS. When I click an universal link, when the app is in background, the below method not fired func application(_ application: UIApplication, continue userActivity: ...
vinu's user avatar
  • 63
0 votes
0 answers
41 views

Universal Linking Issue with Edge Browser in iOS App

I have managed enterprise app. universal link is working as expected from the safari but when I tried the same functionality from the managed edge browser, edge does not detect the universal link. ...
Rahul Juyal's user avatar
  • 2,124
-1 votes
1 answer
190 views

Deep Linking using Universal Link in iOS - Swift

I had setup deep link and it is triggering the below callback in both cases when my app is in foreground or in Background. Now I have Splash View Controller, Login View Controller and ...
Irtaza Hussain's user avatar
0 votes
1 answer
205 views

tvOS: Universal Links Handling in Media App

I am reaching out for assistance with an issue I am encountering in my media app related to executing universal links. My app is designed to handle universal links to navigate users directly to ...
Prakash.DTI's user avatar
0 votes
1 answer
28 views

iOS Universal links match only query component at root

I'm trying to come up with an AASA file that is going to: Match only URLs that have a query component named "t" at the root of the domain Ignore all other URLs (open in browser) E.g. example....
Danylo Kurylo's user avatar
1 vote
0 answers
101 views

While passing the LinkedIn profile url to open the LinkedIn profile in LinkedIn app, it's opening in web

I want to open the profile of LinkedIn in LinkedIn app if app is installed otherwise in web. So, I added the code like this: if let linkedIn = "https://www.linkedin.com/in/...
Swarna Pandey's user avatar
0 votes
1 answer
205 views

Universal Deep Linking in react native 0.73

I have recently upgraded my React Native project from version 0.70 to 0.73. In the previous version (0.70), my universal linking functionality was functioning properly. However, with the upgrade to ...
Mohsin's user avatar
  • 403
0 votes
0 answers
64 views

can't handle universal links when app is killed ( userActivity is nil )

I'm trying to run app by using universal links. I want to make sure that when I open the app through universal links, the app runs and go to the viewcontroller I want. it works when app is still alive ...
TWONS's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
13