Google Play商店发行问题 [英] Google Play Store Release Issue

查看:235
本文介绍了Google Play商店发行问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试发布新版本的Android应用。
我可以上传APK文件,但是单击查看按钮后,我出现以下错误。

I am trying to release a new version of my Android App. I can upload the APK file but after I click the "Review" Button I am getting below error.

查看摘要
错误

在开始发布此版本之前,请解决这些错误。
您无法推出此版本,因为它不允许任何现有用户升级到新添加的APK。

请注意,此应用是使用CORDOVA开发的。

该应用的版本详细信息如下图所示。 与先前版本和新版本的唯一区别是目标SDK从24更改为26

The app version details are as below image. The only difference from the previous and this new version is the Target SDK is changed from 24 to 26

有人可以提供一些解决办法吗这个问题。感谢您的帮助

Can someone please give some idea to fix this issue. Thanks for your help

推荐答案

我联系了Google支持人员,他们在24小时内答复。

I contacted the Google support and they replied within 24 hours.

问题是 android:versionCode AndroidManifest.xml 中的c>低于我以前的版本。解决问题后,我可以发布我的应用程序而没有任何问题。

The issue is the android:versionCode in the AndroidManifest.xml is lower than my previous release. After I fixed the issue I was able to release my app without any issue.

我在<清单标记中将 android-versionCode 更改为更高的值config.xml 文件,因此 AndroidManifest.xml 具有更高的值。

I changed the android-versionCode to a higher value in <manifest tag in the config.xml file so AndroidManifest.xml has the higher value.


感谢您与Google Play开发者支持联系。

Thanks for contacting Google Play Developer Support.

您会看到此错误消息,因为新APK的版本代码比以前的APK低。较新的APK必须始终具有比先前版本更高的版本代码,否则Play商店将不会知道新的APK是更新。请将新APK的版本代码更改为至少206020。

You're seeing that error message because your new APK has a lower version code than the previous APK. Newer APKs must always have a higher version code than the previous version, or the Play Store won't know that the new APK is an update. Please change your new APK's version code to be at least 206020.

致谢

Google Play开发者支持

Google Play Developer Support

这篇关于Google Play商店发行问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆