in Android

Unable to rollout to because it does not allow any existing users to upgrade to newly added APKS

1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 5.00 out of 5)
Loading...

Review summary Errors

Resolve these errors before starting the rollout of this release. You can’t rollout this release because it doesn’t allow any existing users to upgrade to the newly added APKs.

The issue is the android:versionCode in the AndroidManifest.xml is lower than the previous release.

How to fixed the issue

Change the android-versionCode to a higher value.

Full reply from Google

Hi,

Thanks for contacting Google Play Developer Support.

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.

Regards,

Google Play Developer Support

Related Posts

Written By:

Blog for everything about hosting, website, server and technical support

One Comment

  1. Sourabh Wednesday January 13, 2021 Reply

Add a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.