简体   繁体   English

当版本代码似乎高于生产时,“被生产取代”会阻止测试 Android Xamarin 应用程序的 Alpha 版本

[英]"Superseded by production" prevents testing of Alpha release of Android Xamarin app when version code appears to be higher than production

I recently uploaded an Alpha release of an application to the Google Play site.我最近将应用程序的 Alpha 版本上传到 Google Play 网站。 The android:versionCode in the AndroidManifest.xml was 94. (I can't actually see that number in the Release management section of the play.google.com website - it only seems to show the Version Name there - but I know that was what was in AndroidManifest.xml when I built it, and the Version Name shown is the correct value that corresponds to that versionCode.) AndroidManifest.xml 中的 android:versionCode 是 94。(我实际上在 play.google.Z4D236D9A2D102C5FE6D9A2D102C5FE6D9A2D102C5FE6D9A2D102C5FE6D9A2D102C5FE6D9A2D102C5FE6Z 网站上只知道版本名称是 94我构建它时 AndroidManifest.xml 中的内容,显示的版本名称是对应于该版本代码的正确值。)

The version code for our Production track shows on play.google.com as 92. So it does not seem like that should supersede the alpha release with version code of 94.我们的 Production 轨道的版本代码在 play.google.com 上显示为 92。所以它似乎不应该取代版本代码为 94 的 alpha 版本。

FYI, I did do one thing that we don't usually do - I uploaded version code 93 directly to beta, but did not roll it out.仅供参考,我确实做了一件我们通常不做的事情——我将版本代码 93 直接上传到 beta,但没有推出。 Once I encountered this issue, I discarded the 93 beta, but that didn't help - the alpha still says it is Superseded by production.一旦我遇到这个问题,我就放弃了 93 beta,但这并没有帮助 - alpha 仍然说它已被生产取代。

Many thanks!非常感谢!

My response on another ticket might help others here:我对另一张票的回复可能会在这里帮助其他人:

https://stackoverflow.com/a/68809424/16531573 https://stackoverflow.com/a/68809424/16531573

I ended up using the "promote release" option on a closed testing apk in order to start open testing.我最终在封闭式测试 apk 上使用“升级发布”选项来开始开放式测试。

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

相关问题 Android应用程式的Beta / Production和Alpha版本码不同 - Android app different version code for beta/production and alpha 通过代码检测应用是否为生产/发布版本 - Detect if App is Production/Release Version from Code 在 Play 商店中将应用发布为生产版本之前,无法启动 alpha/内部 android 测试 - Can not start alpha/internal android testing before publishing app as production version in Play Store 发布公开测试版后,管理发布到生产标记为“已取代” - Managed Release to Production marked 'Superseded' after releasing open beta 我可以在 alpha 测试通道的生产中使用较低版本的代码吗 - Can I have a lower version code at production from alpha testing channel 我需要发布一个生产应用程序,该应用程序处于Alpha模式 - I need to release a production app, the same app is in alpha mode 在alpha / beta测试中发布应用程序是否取消发布我在制作中的应用程序? - Does publishing app in alpha/beta testing unpublish my app in Production? Android-测试版与正式版 - Android - testing vs. production version Android AppLinks是否需要App的正式版? - Do Android AppLinks require a production release of App? Google Play - alpha 版 App Bundle,生产 - apk - Google Play - alpha version App Bundle, production - apk
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM