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