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
317 views

Can a Universal Link be triggered from a different domain than the AASA file's host domain?

Short Question: If the Universal Link is triggered from a domain that is not the parent or sub-domain, essentially a completely different domain than where it is hosted, will it open the app? ...
d27saurabh's user avatar
0 votes
0 answers
31 views

Can I host the AASA file on heroku without the possibility of naked domains?

Since its not possible to have naked domains with heroku (in combination with godaddy), I can only forward my example.com to www.example.com. Now when I check the validity of the AASA in branch.io/...
learncode's user avatar
  • 490
0 votes
0 answers
13 views

Universal Link handler not called in the first open

Hello I'm trying to handle universal links in my app and works properly on background mode when I launch the app and then open a link, the problem is when I try to open a link the first time the app ...
Antonio Labra's user avatar
0 votes
0 answers
24 views

iOS / macOS: How to implement Shared With You without using Universal Links?

I'm working on an iOS and macOS app and I'm interested in implementing the Shared With You feature. However, I'm facing a challenge as I want to add all shared links to my app, similar to how Safari ...
Daniel's user avatar
  • 1,807
0 votes
0 answers
120 views

How to serve AASA file (for deep links) with a react create app?

I have a simple react create app where I want to host the AASA file so I can have deep links to my native app. Im using expo and based on their documentation, I only have to put that file into my ...
learncode's user avatar
  • 490
0 votes
0 answers
25 views

Can an HTTP response include both a Location header and HTML content to render?

I have a GET route which returns a location header with an app's scheme url, and Temporary Redirect status. In the case that a user accesses this on their phone and doesn't have the app installed, the ...
Tobin's user avatar
  • 1,963
0 votes
1 answer
94 views

Issues with IOS Universal link launch

I have followed this documentation to set up Universal links. I think I've set up everything successfully because when I tap a universal link, my app is launching and I'm receiving the URL in scene(_:...
NightFuryLxD's user avatar
0 votes
0 answers
37 views

Universal link not working for multiple apps

I have created a universal link which I m using for two different applications in macOS. Below is the apple-app-site-association file for the same: { "applinks":{ "apps":[], ...
Vipul Gupta's user avatar
1 vote
1 answer
80 views

Setup iOS Universal Link hosted on DigitalOcean

Firstly, I have 0 experience with creating and deploying any kind of website. I want to enable Universal Links for my iOS app in order to use Plaid and I only need the domain for that, nothing else. ...
smeshko's user avatar
  • 1,206
3 votes
0 answers
115 views

Chrome not open deep linking react native android/iOS

I have configured deep linking on the react native project. In iOS, it works on safari but when I open the link from Chrome it doesn't work. In Android, it work when I test db shell am start -W -a ...
phuocantd's user avatar
  • 585
0 votes
0 answers
76 views

Firebase Dynamic Links are not working on Flutter IOS

I have integrated Firebase Dynamic Links into my Flutter app. The feature works just fine on Android but it does not work on the IOS app. I can't generate links (it returns null). When I open the ...
Ali Alqallaf's user avatar
0 votes
0 answers
58 views

Truncate json from Apple app site association as a static file in Angular via AWS

I was able to setup the .well-known/apple-app-site-association correctly via angular static files and it already works correctly but i have to do it manually. Here's what I currently do: save and ...
Jordin Vell's user avatar
0 votes
0 answers
28 views

Can we access universal url with in same application?

Can I/we access the universal link from the same application we trying to access. Ex: I have xyz application installed in my iPhone it implemented with universal URL functionality on user clicking on ...
Kolanu Dayakar Reddy's user avatar
2 votes
0 answers
63 views

website hosted on Firebase Hosting is not opening Flutter app through deep links

I am currently implementing the deep linking feature. I have followed [Flutter official documentation][1] but it is not working for me. I have hosted a static website with the required files using ...
Ali Alqallaf's user avatar
1 vote
1 answer
232 views

iOS App Clip Not Launching with Universal Link in SwiftUI

Description: I am developing an iOS App Clip using SwiftUI and am encountering an issue where the App Clip does not launch when clicking a Universal Link. Below are the key details of my setup and ...
lcolli71's user avatar

15 30 50 per page
1 2 3
4
5
56