如何直接从我的Android应用程序打开Amazon AppStore?

我从iPhone上看到了有关亚马逊Appstore的答案,但没有看到Android的答案.我正在尝试创建一个按钮,在我的应用页面上打开Amazon Appstore(用于Android).

以下是Google Play的操作方法:

final String appPackageName = context.getPackageName();

try {
    activity.startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id=" + appPackageName)); 
} catch (android.content.ActivityNotFoundException e) {
    activity.startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://play.google.com/store/apps/details?id=" + appPackageName));
}

我应该如何更换字符串,以便它与Amaozn AppStore“相同”?

解决方法:

亚马逊应用商店URI是

amzn://apps/android?

指向特定的应用程序看起来像

amzn://apps/android?p=com.amazon.mp3

资料来源:Linking To the Amazon Appstore for Android

上一篇:我是否需要使用随机哈希作为 Amazon S3 存储桶中对象密钥名称的前缀?


下一篇:c# – 无法转换属性的范围键值