Deeplinking in Samsung Messaging App with Built In Browser

 ̄綄美尐妖づ 提交于 2019-11-29 13:56:05

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.

add to your intent filter auto verify like below:

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

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!