4

I have accidentally published an APK that has a very large version code. i.e. the MAX of an integers value.

Now I cannot publish any more versions of my app because there is no larger integer for my version.

How can I resolve this problem? Is my only option to republish this as a completely new separate app?

abarax
  • 6,229
  • 8
  • 28
  • 30

1 Answers1

0

I would suggest going into the Play Store Console and go to following places:

APK Tab --> Switch to Advanced Mode --> Other APKs --> then choose the one you want and press "Move to Production".

See Image: Hi there

Tristan
  • 3,530
  • 3
  • 30
  • 39
  • Unfortunately this does not work. If I push the "Move to Prod" button. This is the error "This configuration cannot be published for the following reason(s): Version 2147483647 is not served to any device configuration: all devices that might receive version 64 would receive version 2147483647." Which kinda makes the feature useless imo. – abarax Jun 09 '15 at 02:42
  • 2
    Hmm, I would suggest contacting Google before you remove it. – Tristan Jun 09 '15 at 02:45
  • 2
    Forgot to like, my apologies. http://stackoverflow.com/a/17935218/1064310 if waiting does not help I would suggest contacting Google – Tristan Jun 09 '15 at 02:52