Enhanced Samsung Messaging App with Built-in Browser

I use branch.io for deeplinking in my application, and so far everything has been fine, except that our Galaxy S7 has started working with the native Samsung Messages application. The new Samsung Messages app now opens links in webview in the messaging app, rather than opening it from the outside. Thus, since it opens a link in a messaging application in a web browser instead of chrome or an Internet application, deeplink does not work.

Has anyone else seen this problem and come up with a way to fix it?

+6
source share
2 answers

One of my colleagues just reviewed this. He found that the links were not redirected properly when using the URI based on deep linking from the Samsung SMS native application on S7, however the Links applications really work, and you can enable them in your branch control panel here: https: //dashboard.branch .io / settings / link - documentation: https://dev.branch.io/getting-started/universal-app-links/guide/android/

Let me know how this happens. If you continue to fight, we can check it at 1: 1 by email.

+2
source

add to your auto filter as shown below:

<intent-filter android:autoVerify="true"> 

source: https://developer.android.com/training/app-links/verify-site-associations.html

0
source

Source: https://habr.com/ru/post/1015630/


All Articles