Can i rederect user to Samsung app store from my a

2019-05-26 08:34发布

This question already has an answer here:

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条回答
三岁会撩人
2楼-- · 2019-05-26 09:16

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.

查看更多
登录 后发表回答