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
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
2 votes
1 answer
1k views

Deep Linking in iOS - Navigate to Apple Store if app not installed (Flutter)

I followed the steps in this https://docs.flutter.dev/cookbook/navigation/set-up-universal-links to implement universal links and created a link that I published to the App Store. However, when I ...
Aleksandar Djordjevic'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
0 answers
32 views

iOS universal links: excluded paths open my app

Here is my AASA file (my appID changed): { "applinks": { "apps": [], "details": [ { "appIDs": [ "A123B4567C....
Andriy Trubchanin's user avatar
0 votes
0 answers
42 views

IOS Universal link association between my app and website not working

I'm using Qt creator to build an iOS, iPadOS Qt app. I'm following this Apple documentation to associate Universal links to my app. I placed the apple-app-site-association file in the .well-known ...
NightFuryLxD'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
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
0 votes
0 answers
25 views

Cannot track clicks with Universal Links integration on app

I've implemented Universal Links on a news app so that links to the website will open the app instead (if it's installed), but I cannot find a way to track this. Since the link mechanism to open the ...
Ferris's user avatar
  • 1
1 vote
0 answers
180 views

Sending universal links with brevo (Sendinblue) email leaves a 404

Im sending my universal links through brevo (Sendinblue). It redirects and sends email fine, but leaves a 404 page in safari with the error: build-verify URL: build UrlParms: build-verify URL: ...
learncode's user avatar
  • 490
0 votes
0 answers
100 views

IOS Universal Link works and redirects from website to app but leaves a 404 (safari) sendinblue email error behind. Why?

Im wondering is this is normal: I have set up universal links which work - after clicking on link I see my website for like a second and then im being redirected to my app. When I open safari ...
learncode's user avatar
  • 490
0 votes
0 answers
779 views

Flutter App links and universal links are now working?

I am learning flutter and want to apply the app links and universal links functionality in the app but wondering some issues. I want to implement this functionality with the help of my domain. I want ...
Rakesh Saini's user avatar
1 vote
1 answer
136 views

Exclude rule not working in apple-app-site-association file for URLs containing `#` sign

I'm facing an issue with deep links in iOS. I have a URL that needs to be excluded, and it includes a # sign, for example, https://www.someurl.com/#/register. I've tried excluding this path in the ...
serhanaksut's user avatar
1 vote
0 answers
596 views

Implementing Deferred Deep Linking in iOS App

Question: I have an existing iOS app, and I want to implement deferred deep linking. The goal is to provide a URL or link to customers that, when clicked, should: Direct users to the app if it's ...
Abhistin's user avatar
  • 1,540
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
0 votes
0 answers
77 views

Can universal links / android app links be used for the redirect urls sent to AuthSession.AuthRequest in ReactNative?

Should I use Universal Links / Android App Links in ReactNative code that uses AuthSession.AuthRequest from expo-auth-session? Specifically, I pass a redirect URL to that method and the server-side ...
user756366's user avatar

15 30 50 per page
1 2
3
4 5
56