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
21 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
12 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
12 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
34 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
41 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
30 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
31 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
18 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
28 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
44 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
39 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
52 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
26 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
209 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
54 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

15 30 50 per page
1
2 3 4 5
56