Skip to main content

All Questions

0 votes
0 answers
27 views

Universal/deep link configuration when the final screen is on another stack

I have a configuration issue with deep/universal links when I want to open a screen that is in another Stack. Here is the screen composition: - NavigationContainer - AppStack (stack navigator) ...
Ben44's user avatar
  • 225
1 vote
0 answers
36 views

How to fix a deep link from a web to an app that redirects to the store or if there is an app redirects to the corresponding content similar to reddit

i use node-deeplink lib but in safari and android not working. i want similar deep linking with reddit. If you have an app, go to the app with the same content as on the web, but if you don't have the ...
hoang thien de's user avatar
0 votes
0 answers
127 views

deep link not supported with all apps

I set up deep links to my app Android AndroidManifest.xml <intent-filter android:autoVerify="true"> <action android:name="android.intent.action.VIEW"/> ...
Ajouve's user avatar
  • 10.1k
1 vote
0 answers
167 views

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 ...
Pratik's user avatar
  • 207
1 vote
1 answer
586 views

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's user avatar
0 votes
0 answers
2k views

Whatsapp deep link send a message to multiple specified phone numbers

I have a list of phone numbers and a message string. I want to be able to send the message to all the numbers at once. I am using React Native's Linking module and deep links to do this. I have tried ...
Kushagra Gupta's user avatar
2 votes
1 answer
1k views

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: ...
Nadia Siddiqah's user avatar
1 vote
0 answers
943 views

Why universal deep link doesn't work using <a> tag?

I've a link like www.mydomain.com/myapp and it is able to deep link to my react native expo app correctly if opened from email or chat. My react app redirects that link to playstore/appstore in case ...
nanakondor's user avatar
1 vote
1 answer
719 views

Deeplinking in React Navigation 6

I have the following navigation structure in my app: <NavigationContainer ref={navigationRef} linking={linking}> <AppNavigator.Navigator> <AppNavigator.Screen name={RouteNames....
Dusan's user avatar
  • 163
4 votes
2 answers
5k views

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-...
suja's user avatar
  • 1,268
1 vote
1 answer
3k views

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 ...
nemanjagajic's user avatar
1 vote
1 answer
3k views

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 ...
eNeF's user avatar
  • 3,280