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
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
56