Can i rederect user to Samsung app store from my a

2019-05-26 08:35发布

问题:

This question already has an answer here:

  • Does 'Samsung Apps' support a URI scheme to redirect to specific apps? 3 answers

In my app i have to redirect user to samsung app store like.I know how to do it for google play store the link is

Intent browserIntent = new Intent("android.intent.action.VIEW",
                        Uri.parse("https://market.android.com/details?id=com.myPackageName"));
                startActivity(browserIntent);

So my question is how i can achieve this for samsung app store?

回答1:

Please download the Interworking Guide from the page

http://developer.samsung.com/android/technical-docs/Samsung-Apps-Deeplink-Guide

For all the different possibilities to connect to Samsung App Store.