Skip to main content

All Questions

0 votes
0 answers
21 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
0 votes
1 answer
205 views

Universal Deep Linking in react native 0.73

I have recently upgraded my React Native project from version 0.70 to 0.73. In the previous version (0.70), my universal linking functionality was functioning properly. However, with the upgrade to ...
Mohsin's user avatar
  • 403
0 votes
0 answers
100 views

IOS Universal Link works and redirects from website to app but leaves a 404 (safari) sendinblue email error behind. Why?

Im wondering is this is normal: I have set up universal links which work - after clicking on link I see my website for like a second and then im being redirected to my app. When I open safari ...
learncode's user avatar
  • 490
0 votes
0 answers
77 views

Can universal links / android app links be used for the redirect urls sent to AuthSession.AuthRequest in ReactNative?

Should I use Universal Links / Android App Links in ReactNative code that uses AuthSession.AuthRequest from expo-auth-session? Specifically, I pass a redirect URL to that method and the server-side ...
user756366's user avatar
0 votes
0 answers
31 views

Can I host the AASA file on heroku without the possibility of naked domains?

Since its not possible to have naked domains with heroku (in combination with godaddy), I can only forward my example.com to www.example.com. Now when I check the validity of the AASA in branch.io/...
learncode's user avatar
  • 490
0 votes
0 answers
120 views

How to serve AASA file (for deep links) with a react create app?

I have a simple react create app where I want to host the AASA file so I can have deep links to my native app. Im using expo and based on their documentation, I only have to put that file into my ...
learncode's user avatar
  • 490
3 votes
0 answers
115 views

Chrome not open deep linking react native android/iOS

I have configured deep linking on the react native project. In iOS, it works on safari but when I open the link from Chrome it doesn't work. In Android, it work when I test db shell am start -W -a ...
phuocantd's user avatar
  • 585
0 votes
1 answer
311 views

How to exclude the root for Universal Link on iOS (React Native). It is unstable

I'm following this guide for my React Native app and I'm testing Universal Link for iOS. Now, I only want the Deep Link to open my app on /launch.html and not on root but it seems that all the subpath ...
Compaq LE2202x's user avatar
0 votes
1 answer
445 views

Universal links not working after upgrading React Native to 0.0.72

We had universal links working for our react native app when we were on the previous React native version 0.0.67. We are now upgrading to React Native version 0.0.72 and universal links are no longer ...
Pankaj Badgujar's user avatar
1 vote
0 answers
211 views

Firebase dynamic links with React-Native not working in testflight build

I have a react-native app where I am integrating firebase-dynamic links. I am generating a link with firebase API with below payload: { "dynamicLinkInfo":{ "domainUriPrefix":"...
Vir Rajpurohit's user avatar
0 votes
1 answer
720 views

React Native getInitialUrl returns null on iOS build

I recently implemented push notifications into my React Native app using node-apn and fcm-node. This is working fine, and the next step was to implement deep linking. At the moment, there are two ...
TreyCollier's user avatar
0 votes
1 answer
558 views

Apple app site association - bad JSON content

The Apple-app-site association is failing. Haven't found a solution yet. I checked for valid JSON in the JSON validator which says -valid JSON But it doesn't redirect to the app. I have hosted The ...
Sukesh's user avatar
  • 177
1 vote
0 answers
68 views

Why is my universal route not working? Or what is it actually doing?

I am setting a universal link with a React Native app. It is routing to my app, but I am not getting the behavior that I expect. Here is the component piece of my AASA file. "components": [ ...
jhamm's user avatar
  • 24.8k
2 votes
2 answers
4k views

Handle Universal links with react native on iOS

I'm implementing universal links for react native. I followed this instructions : https://reactnavigation.org/docs/deep-linking/ and for android it's works well. When i trying to do for iOS (...
Thomas Gicquel's user avatar
2 votes
2 answers
772 views

iOS Universal link not working in background state

In react native the iOS Universal links are working perfectly when the app is in kill/quiet state I tested it with safari but when the app is in background state it only opens the app not working in ...
AliRehman7141's user avatar

15 30 50 per page