Questions tagged [universal-link]
28 questions
3
votes
2 answers
SwiftUI macOS apps with App lifecycle are not triggering onOpenURL when receiving a Universal Link
I have a simple SwiftUI app with an onOpenURL handler to handle Universal Links, and my target is macOS:
var body: some Scene {
WindowGroup {
ContentView()
.environment(\.managedObjectContext,…

dacasta
- 49
- 4
2
votes
2 answers
iOS Universal link not working in react-native iOS
Hi I know this question being asked before still I cannot figure out what am doing wrong.
Added apple-app-site-association file in our server under https://ourserver.com/.well-known/apple-app-site-association
The file content is as follows
`
{
…

suja
- 1,198
- 2
- 12
- 32
2
votes
1 answer
rewrite file's MIME-Type in .htaccess isn't working
I want to upload an AASA (apple-app-site-association).
The problem I'm having is that I can't set the MIME-Type. I placed the file in the root / and the .well-known folder without an extension. After that I tried (like I did with success on an other…

Thunermay
- 194
- 1
- 12
1
vote
0 answers
Detecting specific installed app in Iphone/android from webpage
In our app, we decided to create a customer banner on webpage (mobile screen) to let user download/open the mobile app.
So this AppBanner has a button with two different scenario:
if user has the application installed, the button should be OPEN…

Mona
- 47
- 11
1
vote
0 answers
App-to-app flow for flutter app with Truelayer
I am trying to implement app-to-app flow from flutter mobile app to the UK bank's app. We are using truelayer. Here is the documentation from truelayer. This GitHub repository contains code from truelayer for sample iOS and Android apps configured…

Pratik
- 167
- 2
- 10
1
vote
1 answer
React Native Universal Link Doesn't Trigger addEventListener
I have a working universal link it my website and I can read the link to fetch some data with getInitialUrl function but same universal link doesn't trigger addEventListener function.
useEffect(() =>…

nodabasi
- 58
- 6
1
vote
1 answer
How to force to open app by Universal Link in Swift likes iOS Notes app
I run into an issue with Universal Link that once the Universal Link is opened by Safari, it won't able to open by its app.
Seem iOS does remember the last app used to open the link.
But when I copy the link into iOS Notes app, long-press, select…

Tai Le
- 8,530
- 5
- 41
- 34
1
vote
1 answer
How to redirect users to a mobile app in Django view?
I have a Django web application and I'm trying to redirect users to my mobile app in one of the views.
def magic_link(request, token):
return redirect(f"{settings.FRONTEND_URL}/magic_link/{token}")
This redirect link is like:…

Aslı Kök
- 616
- 8
- 19
1
vote
1 answer
iOS: universal link cannot pass the test on apple website
I upload apple-app-site-association(AASA) file on my website and trying pass validation test on Apple validator tool,
but It return me error:
http://example.com is returning 503. Please check your url and try again.
{
"applinks": {
"apps":…

Zuka Gaprindashvili
- 189
- 1
- 8
1
vote
0 answers
Universal link common to both Full App and AppClip
I want to use universal link common to both Full App and AppClip ex: https://example.com, and the desired scenario is as follows:
1. When users install AppClip, scan this link will show AppClip Card
2. When users install Full App, scan this link…

Cường Dư Đức
- 29
- 1
1
vote
1 answer
How to handle opening a URL to load a specific app screen?
I want to implement a functionality where when a user clicks a URL to reset their password, it directs them to the "PasswordReset" screen in my app.
Currently, when I click the URL (ex: https://app.myApp.com/auth/reset?token=1234), it opens up to…

Nadia Siddiqah
- 85
- 1
- 9
1
vote
0 answers
Questions related to Instagram oauth on ios
I'm going to add an Instagram oauth service on my app.
However, problems arise in the iOS environment.
api provided by Instagram (https://api.instagram.com/oauth/authorize)
The Instagram app runs first, and then the safari browser runs. And the…

MSS
- 11
- 2
1
vote
1 answer
Deeplinking in React Navigation 6
I have the following navigation structure in my app:
…

Dusan
- 163
- 13
1
vote
1 answer
Pass params in react native dynamic links
I'm using @react-native-firebase/dynamic-links to handle firebase dynamic links inside the react native app.
I've created a dynamic link https://example.page.link/settings and I'd like to have an option where I could click on the link that looks…

nemanjagajic
- 39
- 12
1
vote
1 answer
Firebase DeepLink does not work on Killed/Terminated App state in iOS14
I have integrated the Firebase DeepLink/DynamicLinks/UniversalLink into our app. When the app is running or in background/foreground state, Deep Links works with no problem. However, when the app is not running or in killed/terminated state the app…

eNeF
- 3,241
- 2
- 18
- 41