Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deeplinking in Samsung Messaging App with Built In Browser

I'm using branch.io for deeplinking in my app and so far everything has been perfect except for our Galaxy S7 edge running the native Samsung Messages app. The new Samsung Messages app now opens links in a webview in the messaging app instead of opening it externally. So since it's opening the link in the messaging app's internal webview instead of chrome or internet app the deeplink is not working.

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

like image 290
kkl260 Avatar asked Mar 09 '17 18:03

kkl260


People also ask

How do I open a deeplink browser?

Select Open deep link URL in a browser option. Click Next. For Android, select Open the deep link in your Android app. Then select your app from the dropdown, in this case the com.

Can you deep link into an 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.

How do I check my deep link app?

By using Android Debug Bridge (ADB) shell commands one can test the deep link flow. It is used to verify if the link navigates to the correct section of your app. This command starts the ADB shell with the VIEW action and specifies the deep link URL to be tested.

What is difference between app link and deep link?

When a user click an URL, it might open a dialog which asks the user to select one of multiple apps handling the given URL. On the other hand, An Android App Link is a deep link based on your website URL that has been verified to belong to your website. When user clicks that URL, it opens your app.


1 Answers

a Branch colleague of mine just looked into this. He found that links do not redirect properly when utilizing URI based deep linking from the native Samsung SMS app on the S7, however App Links do work and you can enable them in your Branch Dashboard here: https://dashboard.branch.io/settings/link -- documentation: https://dev.branch.io/getting-started/universal-app-links/guide/android/

Let me know how it goes. If you continue to struggle we can check it out 1:1 over e-mail.

like image 58
Evan Avatar answered Oct 03 '22 02:10

Evan