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?
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.