Google Play console: does deactivation of production code version in alpha or beta tracks also deactivate the production apk?(Google Play 控制台:停用 alpha 或 beta 轨道中的生产代码版本是否也会停用生产 apk?)
问题描述
我在 Google Play 控制台中有一个奇怪的错误,导致无法将我的 apk 从内部测试轨道推出到封闭轨道(测试版).我收到错误消息Fully Shadowed APK",导致无法推出.
I have a weird bug in Google Play console that makes impossible to roll-out my apk from internal test track to closed track (beta). I have got the error message 'Fully Shadowed APK' that makes the roll-out impossible.
Stack Overflow 上的许多线程都提到了这个 Google Play 控制台错误,似乎一种解决方案是停用在内部和封闭轨道中可见的先前代码版本.但我的问题是,在内部和封闭轨道中可见的这个以前的版本也是我的生产版本.
This Google Play console bug is mentioned in many threads on Stack Overflow and it seems that one solution would be to deactivate the previous code version visible in the internal and closed tracks. But my problem is that this previous version visible in the internal and closed tracks is also my production version.
我的问题是:如果我停用内部和/或封闭轨道中的生产版本代码 apk,它是否也会停用生产 apk ?(并从商店中删除我的应用?)
My question is: if I deactivate the production version code apk in the internal and/or closed tracks, will it also deactivate the production apk ? (and remove my app from the store ?)
非常感谢您的帮助!
推荐答案
解决了问题.
我所做的是:
1) 生产版直接上传apk
1) upload the apk directly in production version
2) 错误apk 阴影"
2) bug 'apk shadowed'
3) 返回上一页并单击停用"以将当前的生产 apk 从保留的 apk"部分更改为要停用的 apk"部分(不是确切的名称,但您会看到)
3) come back to previous page and click 'deactivate' in order to change the current production apk from 'retained apk' section to 'apk to be deactivated' section (not the exact names but you will see)
4) 错误消失,您可以提交.我不知道在 alpha 或 beta 版本中停用"生产版本是否会停用商店中的生产版本;我没有测试!:)
4) the bug disappears and you can submit. I don't know if a 'deactivate' of the production version in a alpha or beta version would deactivate the production version on the store ; I did not test ! :)
目前,我不知道这个错误"是 Google Play 控制台的新行为(需要在提交新 apk 时手动停用以前的 apk)还是错误.
At the moment, I don't know if this 'bug' is the new behaviour of the Google Play console (that requires to deactivate manually the previous apk when a new apk is submitted) or a bug.
这篇关于Google Play 控制台:停用 alpha 或 beta 轨道中的生产代码版本是否也会停用生产 apk?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Google Play 控制台:停用 alpha 或 beta 轨道中的生产代码版本是否也会停用生产 apk?
基础教程推荐
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- 降序排序:Java Map 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01