Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deep linking not working on any other browser other then Chrome for Android Apps

I have integrated branch.io SDK for deep linking.

The flow of my deep linking is when I clicked on URL it will open my app if it's already installed in users phone else it will redirect to play store from their user can install the app.

This flow working perfectly if I browse link using chrome browser but if I use any other browser apps for browsing like UC, Opera or Samsung default browsers this flow is not working, either way, it's redirecting to play store.

Anyone have a solution for this please let me know!

Thanks for your help!

like image 324
Tanmay Talekar Avatar asked Nov 24 '15 10:11

Tanmay Talekar


People also ask

How do I enable deep link on Android?

Android Studio makes it very easy to test deep links. Click Run > Edit Configurations to edit the configuration of the project. Open the General tab at the top and enter the URI in the Deep Link field in the Launch Options section.

Can you deep link to another app?

Passing search data via deep linkingDevelopers will need to submit their app and deep linking apps on both iOS and Android to be indexed by Google. Alternatively, developers can use Google's short links to deep link mobile app users if the app is installed and direct others to the webpage.


1 Answers

On older Android devices there are known issues getting apps to open using URI Schemes and App Links. These issues are not limited to Branch links.

like image 103
dwestgate Avatar answered Oct 11 '22 00:10

dwestgate