本文介绍了如何在Google Play的分阶段发布期间更新/升级您的Android APK的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近使用了Google Play的分阶段推出"功能,并慢慢发布了我公司(重新设计的)Android应用程序的V2.

I recently used Google Play's "Staged Rollout" feature and slowly published my company's (redesigned) V2 of its Android app.

尽管很简单(按照说明),在以下位置推出新的APK初始百分比率;当我只需要向分阶段发布的那些(用户)发布修补程序时,更新/升级APK并不直观.

Although it was very simple (following the instructions) to roll out the new APK at an initial percentage rate; it was not intuitive to update/upgrade the APK when I needed to publish a hotfix to only those (users) in staged rollout.

那我怎么做呢?请在下面查看我的答案.

So how did I do it? See my answer below.

推荐答案

这是Google对此的官方答案:

Here is Google's official answer to this:

  1. 登录到您的Google Play开发者控制台.
  2. 单击所有应用程序".
  3. 选择一个应用.
  4. 在左侧菜单上,单击APK.
  5. 选择将新的APK上传到生产版本.
  6. 在保存草稿"旁边,单击向下"箭头.
  7. 选择发布为分阶段发布".
  8. 选择一个百分比.
    • 要替换您先前的分阶段发布版本,请选择与先前版本相同的百分比.与之前的分阶段发布版本相比,您可以选择相同或更高的发布百分比.

发布替换APK后,通过分阶段发布收到以前更新的受影响用户将收到更新.

After you publish the replacement APK, affected users that received your previous update through the staged rollout will receive an update.

注意:如果您使用高级模式来管理多个APK,则更新的APK必须与当前分阶段部署中的APK具有相同的配置.上传替换APK时,您需要停用要替换的APK.

Note: If you're using Advanced Mode to manage multiple APKs, the updated APK must be the same configuration as the APK in the current staged rollout. When you upload a replacement APK, you will need to deactivate the APK you're replacing.

https://support.google.com/googleplay/android-developer/answer/3131213?hl = zh-CN

Google发布管理和相关链接最近有所更改(2017年8月),您现在可以在此处看到相同的信息:"> https://support.google.com/googleplay/android-developer/answer/6346149?hl=zh-CN&GB;&ref_topic=7072031

Google Release management and related links have changed recently (August 2017), you can now see the same information here: https://support.google.com/googleplay/android-developer/answer/6346149?hl=en-GB&ref_topic=7072031

特别是:

这篇关于如何在Google Play的分阶段发布期间更新/升级您的Android APK的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-04 10:59
查看更多