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
0 votes
0 answers
23 views

why is my flutter app opening a deep link url in the browser and not automatically opening route in app?

I have tried in both the iOS simulator and Android Studio simulator to run my deep linking test. Android worked in the event that android:launchMode="singleTop" because it rendered the app ...
Spencer's user avatar
  • 11
0 votes
0 answers
21 views

Expo iOS Universal Links valid but not opening application

I am in the process of implementing some Universal Links into my Expo project so my forgot password flow will still work on both the mobile application and PWA that I have built. I have verified that ...
Doug Niccum's user avatar
-1 votes
0 answers
23 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
29 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
0 votes
1 answer
58 views

Open via universal link doesn't toggle bool on device

I have a pretty easy code solution, that opens the app as it should. The Associated Domains and the apple-app-site-association file all work, but if I have a variable in there, or even a print ...
bennyyy999's user avatar
0 votes
0 answers
20 views

Universal Links with ASWebAuthenticationSession where prefersEphemeralWebBrowserSession is set to false

I have an iOS app. I want to implement the social login with Notion. Using ASWebAuthenticationSession I could set up the whole flow using prefersEphemeralWebBrowserSession set to true. This is a bit ...
kdrtibor's user avatar
1 vote
0 answers
18 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
0 votes
0 answers
53 views

Flutter app universal links not working on iOS but works on Android

I have flutter app and deeplinks works fine when I click on button from gmail for Android app but not for iOS. the URL in the email templates comes from courier, courier generates the cta URLs itself ...
Sarah Sami's user avatar
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
39 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
20 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
1 vote
0 answers
32 views

How to execute deep link in Flutter app with url?

[What I want] User sends certain url to friend -> https://hayatshin.github.io/userId Once friend clicks url then app is opened and userId is passed to app [What I did] I deploy https://hayatshin....
Hyejung's user avatar
  • 1,196
0 votes
1 answer
50 views

Flutter ios: universal links is not working - No devices are booted

I tried to use deep link in my flutter project. Since https link process is quite complicated in Android, I will use custom scheme for Android and https scheme for ios. Android is well set and I check ...
Hyejung's user avatar
  • 1,196
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

15 30 50 per page
1
2 3 4 5
56