APK HowTo Tutorial

Upload failed You need to use a different version code for your APK because you already have one with version code 2

Nabeel
October 05, 2014
0 Comments
Home
APK
HowTo
Tutorial
Upload failed You need to use a different version code for your APK because you already have one with version code 2


Upload failed You need to use a different version code for your APK because you already have one with version code 2

Upload failed You need to use a different version code for your APK because you already have one with version code 2


This is the error i got when i am trying to upload my new APK file to google playstore. So what i did and it worked below are some steps you can follow to fix this error.

1. go to > assets > plugins > android

There you will see AndroidManifest.xml file open it in MonoDevelop at the end of 2nd line there is 
code android:versionCode="1">


Upload failed You need to use a different version code for your APK because you already have one with version code 2



Now you should change the code 1 to 2 or increment it by 1.

2.After that goto player settings in inspector you can see other settings click on that and change or increment it by 1increment it by 1


Upload failed You need to use a different version code for your APK because you already have one with version code 2


save it and build APK 
Upload again in google play It will upload successfully .


Note:
use your previous certificate for new apk otherwise you will get another error. like this.


Upload failed

You uploaded an APK that is signed with a different certificate to your previous APKs. You must use the same certificate. Your existing APKs are signed with the certificate(s) with fingerprint(s):





cant you give me 10 seconds to share this post?
below are share buttons :)

Blog authors

No comments