Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
MrManHeadQuarters's avatar
MrManHeadQuarters
Honored Guest
3 years ago

An APK has already been uploaded with version code _. keeps telling me to go up in numbers..

Hello, whenever I try uploading a new version to my oculus game all it says is An APK has already been uploaded with version code _. Please update the application manifest's version code to _ or higher and try again. I keep trying to go higher but it just wont work at all. I do not know what to do anymore. I am using Unity.

2 Replies

  • Could you describe how you change the version code?

    When building a project manually, you need to update the "versionCode" value in one of these places:

    AndroidManifest.xml

    or

    build.gradle

    Unity has a way to change the android version in the player settings, which should work in a similar way, but I haven't tried how it works with the Quest 2.

    There is also a tool you can use on Android called "ApkAnalyser" which you can inspect an APK file and confirm its version numbers.

    I've been able to upgrade version numbers and re-upload a project, so I can confirm the issue shouldn't be with the website itself.

    unitydevelopers_gregI'm tagging you as well in case this helps at all.