我可以rederect用户对三星应用商店从我的Andr​​oid应用程序? [英] Can i rederect user to Samsung app store from my android app?

查看:171
本文介绍了我可以rederect用户对三星应用商店从我的Andr​​oid应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的应用程序,我有重定向用户到三星应用商店like.I知道如何做到这一点的谷歌Play商店的链接

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?

推荐答案

请从页面下载互通指南

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

对于所有的不同的可能性,连接到三星应用程序商店。

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

这篇关于我可以rederect用户对三星应用商店从我的Andr​​oid应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆