简体   繁体   English

如何在 Google Play 控制台中设置代码版本活动?

[英]How to set code versions activity in Google Play Console?

Versions 1 to 3 of my app in Google Play have minSdkVersion = 15.我在 Google Play 中应用的版本 1 到 3 的 minSdkVersion = 15。

Then, when I published version 4, I changed minSdk to 16. Google Play Console automatically kept version 3 active for users with Android API = 15, with was quite sensible.然后,当我发布第 4 版时,我将 minSdk 更改为 16。Google Play 控制台自动为 Android API = 15 的用户保持第 3 版处于活动状态,这是非常明智的。

In version 57 I chagned minSdk once again, and set it to 26. I expected version 56 (with minSdk = 16) would be still active for users with Android API between 16 and 25. But it didn't happen and version 56 was deactivated automatically.在版本 57 中,我再次更改了 minSdk,并将其设置为 26。我预计版本 56(minSdk = 16)对于 Android API 介于 16 和 25 之间的用户仍然有效。自动地。

Now, there are two code versions active:现在,有两个代码版本处于活动状态:

  • version 3 for users with Android API < 26版本 3 适用于 Android API < 26 的用户
  • version 57 for users with Android API >= 26版本 57 适用于 Android API >= 26 的用户

My aim is to have version 56 available for users with Android API from 16 to 25, but I have no idea how to change activity of code versions in Google Play Console.我的目标是让 Android API 从 16 到 25 的用户可以使用版本 56,但我不知道如何在 Google Play 控制台中更改代码版本的活动。 Is it even possible?甚至可能吗?

Thank you谢谢

( I never though PlayStore keeps active an old version for very old SDK users...it's strange Google does it because if you release a newer version it should be take in count about old users in your new code and not by a complete old and separated version. ) 我从来没有尽管 PlayStore 为非常老的 SDK 用户保持活跃的旧版本......谷歌这样做很奇怪,因为如果你发布一个更新的版本,它应该在你的新代码中计算旧用户而不是一个完整的旧用户和分离版。

At this time you can't change something of previous releases.目前,您无法更改以前版本的某些内容。 Unfortunately PlayStore doesn't more accept updates that targets SDK<26 so the only think you can do is take in count SDK between 16 and 25 in your code while targetting 26+.不幸的是,PlayStore 不再接受针对 SDK<26 的更新,因此您唯一能做的就是在您的代码中将 SDK 计数在 16 到 25 之间,同时针对 26+。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM