Samsung Internet not working with App Links? Are other browsers/devices also incompatible?

2.3k views Asked by At

In my app when I try to use my app link from Google Chrome it works perfectly, but when I use Samsung Internet I find that the deep links don't work, and the URLs open in the browser instead.

Is there a list of compatible/incompatible internet browsers and/or phones that do not support Android App Links?

Or is there something potentially wrong with my app links implementation?

2

There are 2 answers

0
reznik On BEST ANSWER

Unlike iOS that pushes hard to the use of Universal Links, Google doesn't do that and therefore any browser on Android can decide if they want to use App Links or not.

Most of the browsers usually blocks the use of App Links so there is a need for URI scheme as a fallback to make sure users will get to your app correctly.

1
happycoder On

I know there is already correct answer for the question. But I had this same issue with Samsung Internet and was able to solve it by enabling

Settings > Internet Settings > Open links in other apps

enter image description here

Hope this tip might help someone who see the question in the future.