3,669 questions
1
vote
1
answer
44
views
Why does Expo Router first show “unmatched route” or a flicker before it navigates to /news?
I'm working on deep link handling in an Expo Router (React Native) app.
When I open a deep link like this: myapp://news/a81c95f9-a6ae-4f1a-8e95-f30b344bbc46
it contains a news ID at the end which I ...
0
votes
0
answers
36
views
Amazon product deeplink from Facebook app
I have a webpage that is linked from a Facebook post
my idea is to deeplink an amazon product through that page, make it opening in the Amazon app instead of Facebook in-app browser
following this in ...
0
votes
0
answers
104
views
Branch.io React Native iOS — branch.subscribe not firing consistently (sometimes gets params, sometimes not)
I’m using Branch.io in a React Native (0.81.0) iOS app, and my deep links only work sometimes.
Occasionally, branch.subscribe returns params correctly.
Other times, it never fires at all — both cold ...
0
votes
1
answer
49
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
2
answers
84
views
onNewIntent() not called on API level <35
We are using dynamic links (branch.io) in our app, they work correctly when the app is closed, but only work on API >=35 if the app is already open.
onNewIntent() doesn't get called on lower APIs.
...
0
votes
0
answers
45
views
React Native with WebView and Deep Links
I am now developing the React Native app with the WebView. I have some links from emails that can lead to my website. In that case I want to open my app that is installed and open the WebView with ...
0
votes
3
answers
125
views
React Native Deep Linking - Multiple Paths for single screen
I’m trying to handle multiple deep link paths that should open the same screen in my React Navigation setup.
For example, both of these URLs should open the same ChallengesScreen:
mydomain.com/...
0
votes
0
answers
50
views
Password reset link is not clickable ( NodeJs + Nodemailer + Flutter )
so I'm trying to implement the reset password feature by sending a reset password through Nodemailer where supposed that when the user clicks on the link it redirects him to the appropriate app screen ...
1
vote
1
answer
75
views
.NET MAUI Android: Custom URL scheme not triggering
I'm building a .NET MAUI Android app and want to handle custom URL schemes so that when someone clicks a link (e.g., mycustomschema://auth/callback?token=123), the app launches or resumes.
Here’s what ...
0
votes
0
answers
154
views
Deep linking works on cold start, but not when app is already running (React Native)
I am working on deep linking with universal links in a React Native iOS app.
When I tap a universal link and the app is closed (cold start), it opens correctly and navigates as expected.
But when ...
1
vote
0
answers
77
views
How does Branch.io successfully deep link from Chrome iOS when custom domains fail?
How does Branch.io successfully deep link from Chrome iOS when custom domains fail?
I'm facing a frustrating issue with deep links on Chrome iOS that Branch.io somehow manages to solve perfectly, and ...
0
votes
0
answers
116
views
Android deep linking with Google Play Store fallback in React Native/Expo app
Android Deep Linking with Play Store Fallback - Best Practice?
I'm developing a React Native app using Expo and need to implement deep linking for Android with specific requirements. I want to ...
2
votes
1
answer
45
views
Deep link for Oauth2 for Kotlin
So I'm Making an app that connects with Fitbit data
They use OAuth2
The domain I have is my github page.
https://gitbritt.github.io/
Valid /.well-known/assetlinks.json
Here's the call back url
https://...
2
votes
1
answer
95
views
The DAL file did not contain your app's fingerprint
so i'm trying to implement deep linking in my app. The problem that i'm having is that the android studio app links assistant keeps saying that one web check has failed.
I have tried everything, ...
0
votes
1
answer
116
views
How to pass deeplink data from App Store to app after install without clipboard paste prompt (iOS)?
We have a use case where we need to pass deeplink data from the App Store → into the flutter app after installation.
Our current approach is
When the user opens a deeplink webpage, we copy the ...
0
votes
0
answers
45
views
android deeplink just redirect to browser
unfortunattely, my Deeplink doesnt work as expecting.
When i scan my QR-Code(mardunfc://devfelix.de), it just opens a browser and is not redirecting to my Activity.
My manifest looks the following:
...
0
votes
1
answer
64
views
Branch io deep links not working on device
I integrated Branch.io to my iOS app, and add deep links to the associated domains, one device faces an issue where deep link always redirect user to safari even if the application is installed, I ...
0
votes
0
answers
36
views
App X opens but doesn't show search results with Linking.openURL
I'm developing an app in React Native and trying to open the X app programmatically by passing a search string with Linking.openURL.
The behavior I'm seeing is the following:
The X app opens ...
0
votes
0
answers
33
views
How can I debug my iOS app that starts with deeplink (on a fresh install) [duplicate]
Whenever we compile our App in Xcode, it will first build and install. This is not what I wanted as:
It gets the app started and launched.
It doesn't deeplink.
So if I want to debug a deeplink into ...
1
vote
0
answers
78
views
Navigation destination that matches request NavDeepLinkRequest cannot be found in the navigation graph
I'm trying to implement navigating from a push notification to a screen via deeplinks and I made it work for some of my notifications. But navigating to my DetailScreen just doesnt want to work. I've ...
1
vote
0
answers
46
views
Flutter app links not working on Android and iOS despite correct manifest and .well-known setup
I'm working on a Flutter app, and we're experiencing an issue where deep links (App Links on Android and Universal Links on iOS) are not opening the app as expected.
When a user taps a link like https:...
-2
votes
1
answer
69
views
I want to create a profile share in flutter [closed]
I'm having a application like social media like app and there are user profile i want the profiles to add a profile sharing option ,and when opened it should open specific user profile in app if app ...
2
votes
1
answer
117
views
How to implement Mobile Deep Links with BitlySDK iOS
I'm having a hard time with the implementation of BitlySDK for iOS 18 for the POC (don't have published app yet, currently only on TestFlight).
I have followed the documentation from Bitly (which ...
0
votes
1
answer
270
views
Custom URL scheme and deep linking not working after upgrading to cordova-android@13
I was on [email protected] and [email protected] and my custom URL scheme and deep linking worked fine. But after upgrading to [email protected] and [email protected] (SDK 34) the custom URL ...
0
votes
0
answers
73
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 ...
0
votes
0
answers
51
views
Deeplink Web Flutter issue
I have implemented deepLink on flutter with go_router package.
Everything works fine on mobile app but when I try to open a link on the web using for example a QR code this does not work and I get ...
2
votes
1
answer
172
views
Flutter iOS deep linking pushes same screen twice when using GetX and app_links (works fine on Android)
I'm building a Flutter app using GetX for navigation and the app_links package for deep linking. The deep links work perfectly on Android, but on iOS, the same screen is pushed twice when opening a ...
0
votes
1
answer
117
views
FCM Push Notification with Deep Link Not Working When App is Killed in Flutter
I've added push notifications using Firebase Cloud Messaging (FCM) and deep linking using the app_links package in my Flutter app.
Notifications work fine when the app is in the foreground or ...
0
votes
2
answers
125
views
apple-app-site-association for iOS App was unreachable due to domain lockdown, deeplinks stopped working
So I have a backend which serves both a website for browser clients and also mobile app clients. The mobile app implements universal iOS links. As there were some issues with the testing website, I ...
0
votes
1
answer
89
views
Flutter DeepLink IOS 'Timeout waiting for the first frame when launching an URL'
Reference image
[ERROR:flutter/shell/platform/darwin/ios/framework/Source/FlutterViewController.mm(1871)] Timeout waiting for the first frame when launching an URL.
<key>FLTTimeoutConfiguration&...
0
votes
1
answer
211
views
Implementing Referral Deeplinks in iOS with Swift [closed]
I’m currently working on an iOS app using Swift and looking to implement referral deep linking functionality. I’ve searched around but I’m still a bit unclear on the overall approach, especially when ...
0
votes
1
answer
44
views
Excluding subdomain from urls open by default on Android
did anyone tried to exclude specific subdomains from urls opened by default in the app on Android?
Our company has a url routing with lots of subdomains, and we need to navigate most of them to the ...
1
vote
0
answers
32
views
Deep linking to specific timestamps in Spotify podcasts from external app
I'm developing an application that needs to direct users to specific timestamps within podcast episodes on Spotify. For example, I want a button in my app that when pressed, opens the Spotify app and ...
0
votes
1
answer
62
views
Deep linking in flutter
I've developed a Flutter app that runs on both Android and iOS. I’m currently using standard navigation with the Navigator class (no named routes, just the classic Navigator.push(...) style).
Now, I ...
0
votes
0
answers
76
views
App not opening byDefault with DeepLinks open chrome or playstore instead
When user clicks on Deeplink if App is not installed it redirects to playstore or Appstore and if its installed it should redirects to app not playstore or appstore in iOS its working as expected but ...
0
votes
1
answer
89
views
Flutter DeepLinks is not Working in Flutter iOS
I am trying the deep links in flutter and in Android it worked perfect as i wanted but in iOS i am trying from too many days but not working as i wanted
I want when app opens via link then fetch ref ...
0
votes
0
answers
91
views
How to implement Instagram's deep linking for Android
I am currently implementing deeplinks to navigate to specific Instagram pages from an Android app. However, despite searching through official documentation and across the internet, I cannot find ...
0
votes
0
answers
20
views
Custom schemes Deeplink Not Working in Google Play Store Events
Custom Deeplink Not Working from Google Play Store Event
We've set up a custom deeplink in the Google Play Console for a recent event. It used to work in a previous release, but in the current version ...
0
votes
0
answers
158
views
React Native Branch linking crashes on iOS with @config-plugins/react-native-branch in Expo SDK 52
I'm using Expo SDK 52 with a React Native app.
I want to integrate Branch.io for deep linking. It works fine on Android.
However, on iOS, the app crashes immediately on launch if @config-plugins/react-...
0
votes
1
answer
106
views
How to navigate multiple nested pages with deeplink
On handling notification about new message in chat and when app is terminated i need to build multiple screens with "Chat" page on top of the stack.
For that I need to build "Home" ...
2
votes
1
answer
425
views
Linking.addEventListener('url') not triggered on iOS when app is running (React Native 0.73)
I'm building a React Native application and using the Linking API to handle deep linking.
Expected Behaviour
When the app is running (either in the foreground or background), I expect the listener ...
-2
votes
1
answer
169
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
2
answers
326
views
is it possible to open the Native Camera in Expo or React native?
I have been trying to open the device's native camera application but have been unable to do so with this function. I was able to open the camera app in Expo Go, but when I create a development build ...
0
votes
0
answers
178
views
How to use Deeplinking in Expo React-Native
I am trying to implement share functionality in my application.
Basically I have a Flatlist which renders items and each item has a share button , Now whenever user clicks on share , I want to share ...
0
votes
0
answers
32
views
React-Native Firebase push notifications deep link click issue
For some reason even though my payload sends the "data" in the correct place and format, as soon as it gets to xcode, it get "stripped" and moved to the top level, so any click ...
1
vote
1
answer
80
views
Open Android app at a specific Fragment from another Android app using deeplink
I am trying to apply developpers doc Create a deep link for a destination
I have two apps : appA and appB, and I want appB to open a specific Fragment of appA, on button click.
AppA has a MainActivity ...
0
votes
0
answers
64
views
Deeplink is not working in iOS build using GITHUB Action and Fastlane
I have implemented Github Action with Fastlane to build iOS flutter app. Deeplink navigation is not working when I build using Github action and it is working if I build manually using my macbook ...
0
votes
0
answers
309
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 ...
1
vote
0
answers
137
views
Flutter Deferred Deep linking without any 3rd party sdks
I'm working on implementing deferred deep linking in my Flutter app without relying on third-party services like Firebase or Branch.
So far, I've used the app_link package and set up the necessary ...
0
votes
0
answers
109
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 ...