Has anybody uploaded a new version of their Android app recently to the marketplace?
I am trying to upload a new version of my game and the upload page keeps hollering about:
“The new apk’s versionCode (1) in AndroidManifest.xml must be higher than the old apk’s versionCode (1).”
I have the versionCode set in the build.settings file, but it doesn’t seem to be working?
Is thee anything else I should check?
We’ve just tried to update our game and had the same problem.
So following this thread, we tried to add the versionCode setting… versionCode = “1.01” and this caused an error during the build. To fix this we used the same as the example here (an int of “2”) and this corrected the issue - even though we still set the version to 1.01 in our build dialogue screen in the Corona simulator.
Hope that helps someone! [import]uid: 30105 topic_id: 3926 reply_id: 19211[/import]