I have a IOS app released in the app store, using Cordova.
Now, I made several changes, but it seems that I cannot update the app in apple store, because (it's submitting with the same version number):
How do i update the version numbers in xcode so I don't get this error?
I searched the version number in the whole (Cordova) project and I did not found results, so question is:
How Do I change this value? ( either from the cordova project (platforms/ios) or the xcode project )
And I have this way setted in Xcode (obviously changing the "mybundle" for the right one:
But the error still referencing the previous (published last year) version
The version and build number is present on info.plist
. If you open this file, you'll see two entries related to versioning
Another option is to click on the root on xcode project navigator, you'll see two text boxes to edit the same information (Version
, Build
)
For sure Cordova IDE offers another way to do it.