Skip to main content
Inspiring
November 2, 2017
Answered

iOS - Increase build number

  • November 2, 2017
  • 1 reply
  • 231 views

Today I wanted to submit an update to the App Store.

Unfortunately I had a missing Info.plist key so it got rejected after uploading via Application Loader.

After retrying, I got the message that the current build number is already uploaded:

ERROR ITMS-4238: "Redundant Binary Upload. There already exists a binary upload with build version '1.5.6' for train '1.5.6'" at SoftwareAssets/PreReleaseSoftwareAsset

Now, obviously I need to increase the build number to upload a new binary. Can you tell me how to do that?

I don't want to create a new version every time my app gets rejected...

    This topic has been closed for replies.
    Correct answer Preran

    Not the exact answer to your question, and have never tried this myself, but from this document it looks like you just need a new version number, not a new build number.

    Replacing Your App with a New Version

    1 reply

    Preran
    PreranCorrect answer
    Legend
    November 3, 2017

    Not the exact answer to your question, and have never tried this myself, but from this document it looks like you just need a new version number, not a new build number.

    Replacing Your App with a New Version