Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 17309

React Native - Deep linking from Google app in iOS not working

$
0
0

I noticed that my app does not open when tapping on a link from the result page of the Google app on iOS.

I have configured Universal links for iOS and Android and also have branch.io working.

Works well as expected on Chrome and Safari browsers. But not on Google.app.

I tried to search for a facebook profile on the 'Google app search' and tapped on a result. It actually navigated into the web page (profile), and then opened the native Facebook app (depplinked into the profile page).

So I was wondering what I had missed. Was it a <meta /> tag that was missing on the web page? Eg. in https://www.example.com/item/123

Or something I need to add in the Xcode configurations?

Example scenario:

Domain    - https://www.example.comBundle Id - com.example.appLink      - https://www.example.com/item/123
// Xcode => Associated Domains => Domainsapplinks:www.example.com
// File: apple-app-site-association{"applinks": {"apps": [],"details": [            {"appID": "XYZXYZX.com.example.app","paths": ["/item/*"                ]            }        ],"components": [            {"/": "/item/*"            }        ]    }}

Versions:

react: 16.13.1react-native: 0.63.3react-navigation: ^4.4.3react-native-branch: ^5.0.1

Google ap


Viewing all articles
Browse latest Browse all 17309

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>