如何创建指向 Apple Store 和 Playstore 的链接?

Posted

技术标签:

【中文标题】如何创建指向 Apple Store 和 Playstore 的链接?【英文标题】:How to create a link to apple store and playstore? 【发布时间】:2020-07-04 23:51:20 【问题描述】:

我想创建一个链接,将用户重定向到正确的商店以下载我的应用程序。如果 iphone 用户点击该链接,它会将他重定向到 appstore。

你能帮帮我吗?

【问题讨论】:

如果您尝试使用计算机访问在线 Playstore,然后转到您不想显示的应用程序部分,您可以复制链接,如果您将链接放在 android 应用程序上您打开链接,它将自动打开 Play 商店应用程序。对于我的应用,我做到了。 【参考方案1】:

在 Android 上,使用 Intent 如下:

Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("market://details?id=<APP_PACKAGE_NAME>"));
startActivity(intent);

APP_PACKAGE_NAME是你要链接的应用的包名

ios上,我想你可以使用SKStoreReviewController.requestReview()

【讨论】:

【参考方案2】:

首先,您必须检测用户使用您的应用的平台。然后在那个平台的基础上,你就可以处理具体的点击事件了。

【讨论】:

以上是关于如何创建指向 Apple Store 和 Playstore 的链接?的主要内容,如果未能解决你的问题,请参考以下文章

可以在 google play store 上设置发布日期吗?

从 App Store 和 google Play Store 禁用 iOS 和 Android 应用程序,并向用户发送自定义消息

Google Play App Store 图标规则

google play store - 如何推广具有不同包名的测试应用程序?

Android TV 模拟器是空白的。如何查看 Google Play Store 等应用?

加固后,上传play store, 在 google play store 下载应用安装后,打开签名校验失败