Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
YerbaBuenaVR's avatar
YerbaBuenaVR
Explorer
5 years ago

Higher version when submitting an APK

 
 

I am trying to submit a higher version of my app but I get the following error:
"The current highest version code of this app is 11000, but an APK with version code 11201 has been submitted. (..) Rebuild your APK with a version code 11001 or higher and resubmit"
Why I am getting this error? The APK with version code 11201 is higher than the previous one 11000.

 


Thanks in advance for your help.
Guiomar

1 Reply

  • are you using unity? there are two version codes:

    "version" and "bundle version code" which is the one this is talking about.

    You can find bundle version code under the android build settings

     

    p.s. i am using mono builds for faster build times in development only