Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Not able to publish updated version of app in Google Play Store

I already had a version (versioncode=2) in Google Store. Yesterday after doing some changes, when I tried publishing the app, i am getting below error message and not able to publish the updates. Any idea how can I fix it?

This configuration cannot be published for the following reason(s): Version 2 is not served to any device configuration: all devices that might receive version 2 would receive version 3. Some devices are eligible to run multiple APKs. In such a scenario, the device will receive the APK with the higher version code.

FYI, the new version is versioncode=3

like image 922
ravi tiwari Avatar asked Jul 18 '13 09:07

ravi tiwari


People also ask

Why can't I update my apps in the Play Store?

Check Your Internet Connection You need a strong cellular data or Wi-Fi connection to download apps from the Play Store. Do apps get stuck at the “download pending” stage when you tap the Install or Update button? Confirm that your internet is working correctly.


2 Answers

You need to "Deactivate" the current apk in order to actually publish the new apk.

like image 199
Oli Avatar answered Sep 19 '22 04:09

Oli


Deactivate the 2 version on the Google Play.

All this says is that version 3 is applicable for all devices that version 2 is applicable for. This means version 2 is obsolete.

like image 41
Bartek Filipowicz Avatar answered Sep 19 '22 04:09

Bartek Filipowicz