Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delete apk in alpha testing to upload a different one with same version code

As the title suggest I uploaded an apk earlier in alpha testing mode and published it then needed to change some code. Now I want to upload the apk again but it gives me error that the version is already uploaded. Is there any way to delete the previous apk so that I can upload the new one with the same version code?

like image 673
Farooq Arshed Avatar asked Aug 02 '13 07:08

Farooq Arshed


1 Answers

You have to change (increase) the version number everytime you upload a new apk version. Mind that this is not the same as the version name which you can change any time in any way you like.

like image 82
XorOrNor Avatar answered Sep 28 '22 13:09

XorOrNor