Version number and build number problem with iTunes Connect...

I have uploaded a binary file via Application Loader and then had to make a new build. While trying to upload the new build I get an error message because there already is a build with version 1.0 uploaded. I can’t delete the uploaded build and I don’t know how to increase the build number only? (see here: http://stackoverflow.com/questions/25680604/error-itms-9000-redundant-binary-upload-there-already-exists-a-binary-upload))

Is there a way to increase the build number without increasing the version number in Corona?

Thank you!

Daniela

The build/binary number that you put in iTunes connect needs to match the CFBundleVersion iTunes doesn’t allow you to have a build lower than the current build.

The only way around this “that i know of anyway” is to reject the binary and upload a fresh one.

Someone else might have another way to do it though :slight_smile:

The build/binary number that you put in iTunes connect needs to match the CFBundleVersion iTunes doesn’t allow you to have a build lower than the current build.

The only way around this “that i know of anyway” is to reject the binary and upload a fresh one.

Someone else might have another way to do it though :slight_smile: