837 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
58
views
iOS Universal Links not triggering scene(_:continue:) when app is already running [duplicate]
I'm trying to handle iOS Universal Links in my SwiftUI app.
Cold start: when I open the link from Safari or Notes and the app is closed — everything works fine.
Hot start: when the app is already in ...
0
votes
1
answer
70
views
Complex queries in universal links: AND vs. OR in the AASA (apple-app-site-association) file
In the app I'm working on I want universal links with quite a few different possible query terms (eight to be specific). And any combination of those eight query terms can be used.
For example, the ...
0
votes
1
answer
341
views
How to configure Universal Links with Expo and React navigation?
Introduction
I have a strong requirement to use React Navigation and Expo together because we have too much tech debt to switch to expo router at this moment.
However, I feel like I am going crazy! I ...
0
votes
0
answers
99
views
iOS deep linking not works in X
I'm building deep linking support for a mobile app on both Android and iOS using.
The links follow this structure:
https://example.app.com/deeplink?screen=details&id=123
They are shared on social ...
1
vote
0
answers
91
views
Apple App Site Association file include/excludes nested paths with wildcards
I want my app to have the following Universal Linking configuration:
/journeys/:id -> APP intercepts (ID is a number always)
/journeys/:id/any/nested/path -> APP DOES NOT intercept
examples:
/...
0
votes
0
answers
49
views
Android App links - How to stay on my website
I have a website and a mobile app and I have configure two type of page to re-direct to my app instead of my website.
For example :
Home (not redirect)
List (redirect)
Item (redirect)
Account (not ...
1
vote
1
answer
143
views
iOS Universal Link not opening app after login redirect from Safari WebView
I'm working on an iOS app that supports Universal Links.
After a user logs in via Safari (or SafariViewController/WebView), they are redirected to:
https://myplatform/authentication/login-callback/
...
1
vote
1
answer
198
views
Issue detecting Stripe Onboarding Redirects in SwiftUI (iOS)
I’m trying to integrate Stripe Onboarding in my SwiftUI app, so my users can sign-in to Stripe and than get back to my app after they finish. and my server is already issuing two HTTPS redirects for ...
1
vote
0
answers
71
views
Issue with Firebase Dynamic Links: users are not redirected to the App Store if the app isn't installed
I’m using Firebase Dynamic Links but encountering an issue where it doesn’t redirect to the App Store when the app is not installed.
I’ve correctly set up the AASA file on the custom domain app.okuru....
-2
votes
1
answer
177
views
Universal link implemented for iOS app opens in Safari browser
I’ve implemented Universal Linking in my iOS app (hosted the AASA file, added Associated Domains, etc.), and everything is working as expected. When I tap the deep link URL from apps like Outlook, ...
0
votes
0
answers
42
views
Opening Apple Maps from a Flutter app on iOS?
Until very recently we could launch the Apple Maps app from our Flutter app by launching a URL like http://maps.apple.com/?daddr=56.123%2C14.123&dirflg=d.
This seems to have stopped working, ...
0
votes
0
answers
188
views
Why isn't Instagram opening my iOS custom URL scheme
I'm developing an app with SwiftUI, and I've successfully implemented Universal Links. It works when I click on the link in Mail, iMessage, etc. However, when I try to click on the link in Instagram, ...
0
votes
0
answers
297
views
Why doesn't my universal link open my iOS app?
I am trying to use universal links with Firebase. My end goal for now is to have a universal link open up the already installed app.
Here's what I have already done, and I do not know what I'm doing ...
0
votes
0
answers
348
views
Flutter deep linking opens website in browser instead of app
I created a deep link for my Flutter app using AppLink. The link works when clicked from apps like WhatsApp or Messages, launching the app directly. However, when I type the link into a browser and ...
0
votes
0
answers
116
views
Expo 51 - Why are universal links only working when app is fully terminated and not when its in background?
Since I upgraded expo from 49 to 51 my universal links dont work when app is in background.
I dont use expo-router but still react navigation.
I dont think there is anything wrong with my app.json ...