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
25 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
22 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
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
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
21 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
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
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
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
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
2 votes
0 answers
62 views

What configuration to open App Store with Universal Link

I'm creating a Universal Link for my application. We created a site in next js and configured the files correctly apple-app-site-association file: https://rune-links-webapp.vercel.app/.well-known/...
Marco Brugali's user avatar
0 votes
0 answers
28 views

Does iOS Universal Link work with website redirections?

I have completed the setup of iOS Universal Links from official Flutter guide. Including hosting the AASA file in my server's /.well-known/apple-app-site-association: { "applinks": { &...
Compaq LE2202x's user avatar
4 votes
2 answers
254 views

The apple-app-site-association file not found

We're trying to set up an association file for a website that didn't have it before. We've uploaded the file to https://www.our-website.com/.well-known/apple-app-site-association (as suggested in the ...
Andrii Chernenko's user avatar
0 votes
0 answers
65 views

universal link with query parameters is not working (IOS)

I have configured AASA file to support path such as https://domain/forgot-password?token=asadsad3ddsd. It is not opening in browser nor app. do we need to configure something in flutter app delegate ...
Banka Uday's user avatar
1 vote
0 answers
22 views

Detecting a specific app in the mobile from safari browser using universal links

I am using the below code to detect my app in mobile phone and the code works fine on chrome(for both android and IOS). But in case of safari the issue is when my function is called it causes a popup ...
MFI's user avatar
  • 11
1 vote
0 answers
146 views

iOS Universal Links not Opening App, Opening in Browser Instead

I'm facing an issue with implementing Universal Links (applinks) in my iOS app. I've followed the necessary steps outlined in the Apple documentation [link to documentation], but the links still open ...
Oussama Ridéne's user avatar
0 votes
0 answers
12 views

Universal links and AppleWebKit browser

We are trying to develop an authentication mechanism where in the user clicks on a button to open an authentication app from the browser. We are using the universal link of the app (not maintained by ...
Bharath Bhandarkar's user avatar
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
116 views

How to debug deeplinks/universal links from a killed app state in Flutter?

I'm developing an app that uses deeplinks (myapp://products) and universal links (https://myapp.com/products) and routes to certain views based on the URL path components. While I've tested this on my ...
Andy Shephard's user avatar
0 votes
0 answers
161 views

universal link doesn't work when user change default browser

after iOS 17.4 users can modify the default browser from safari to any other browsers that they installed on their iPhone, and the problem is when the user changes the default browser from Safari to ...
mohsen's user avatar
  • 4,920
0 votes
1 answer
134 views

How do I get the Universal Link to redirect to my Capacitor iOS app? SWCErrorDomain error 8

I'm running my Capacitor app on my iPad on Developer mode and I haven't been able to get the Universal Link working. https://my-domain.com//.well-known/apple-app-site-association in browser and via ...
moonjelly's user avatar
0 votes
0 answers
26 views

iOS universal links not working for new bundle identifier

Currently universal links are working for our production app identifier(com.dubizzle.dubizzlehorizontal), so we've introduced a new bundle identifier for beta environments in app. Surprisingly the ...
rao usama'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
0 answers
43 views

Force Safari to Open a Universal Link in a Native App from the Home Screen

I have a webpage whose URL is represented by a Universal Link and opens in a native app when clicked from messages. However, when users save this webpage to their home screen, the page opens in Safari,...
Alex Khismatulin's user avatar

15 30 50 per page
1
2 3 4 5
28