从 Google Play 商店访问 Google Play 游戏

Accessing Google Play Games out of Google Play Store

我使用 Unity 开发了一款游戏,并且在其中使用了 Google Play Games。当我在 Google Play Games 上发布它时,它对测试人员和 public 用户都非常有用。问题是我想将它发布到本地应用商店(而不是 Google Play Games),但这种方式行不通!有什么技巧吗?

您可能需要查看此文档- Alternative Distribution Options

As an open platform, Android offers choice. You can distribute your Android apps to users in any way you want, using any distribution approach or combination of approaches that meets your needs. From publishing in an app marketplace to serving your apps from a web site or emailing them directly users, you’re never locked into any particular distribution platform.

  • 通过应用市场分发
  • 通过电子邮件分发您的应用程序
  • 通过网站分发
  • 用户选择加入来自未知来源的应用程序

Android protects users from inadvertent download and install of apps from locations other than Google Play (which is trusted). It blocks such installs until the user opts-in Unknown sources in Settings > Security, shown in image below. Users need to make this configuration change before they download your apps to their devices.

用户必须先启用未知来源设置,然后才能安装不是从 Google Play 下载的应用。

请注意,某些网络提供商不允许用户安装来自未知来源的应用程序。

您还可以查看关于 What is the fall back plan for devices without Google Play Services 的 SO 问题,这可能会添加信息以确保您的应用程序应该 运行.

希望对您有所帮助!

是的,这是可能的。如果您通过 google play 在另一个平台上销售您的应用程序,它甚至可以工作。但是设备需要安装 google play games 应用程序,因此它不能在亚马逊设备上运行。

假设您的应用名为“TheGame”。

转到Google Play Developer Console“所有应用程序”:

  1. 添加另一个应用名称,将其命名为“TheGame(无 DRM)”
  2. 创建一个用密钥库和不同的包标识符签名的空 APK(如果您已经在 Google Play 上出售它)
  3. 将 APK 上传到 alpha 或 beta 测试,而不是生产。
  4. 完成商品详情和内容分级
  5. 将定价设置为免费
  6. 发布您的应用。 (不用担心它不会出现在 Google 播放)

然后Google Play Developer Console到“游戏服务:

  1. 如果您还没有添加新游戏
  2. Link 您的应用程序“TheGame(无 DRM)”到“链接的应用程序”下的游戏服务
  3. 确保将“启用反盗版”选项设置为“关闭”
  4. 发布您的更改

这适用于成就、排行榜和多人游戏。 用户不再需要成为测试人员。 您的 DRM-free 和 Google Play 应用程序之间的多人游戏也是可能的。