Deeplinking in Samsung Messaging App with Built In Browser

前端 未结 2 784
时光取名叫无心
时光取名叫无心 2020-12-19 05:29

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

相关标签:
2条回答
  • 2020-12-19 06:17

    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

    0 讨论(0)
  • 2020-12-19 06:32

    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.

    0 讨论(0)
提交回复
热议问题