Search code examples
iphoneiosipaditunesapp-store-connect

Delete new version of app in iTunes connect


I uploaded a new version of my app in iTunes connect and I do not want and/or need it - how do I get rid of it?

Currently the status shows Prepare For Upload with yellow dot..

I want to delete new version of app, which shows status of Prepare For Upload and not the old one which shows ready for sale status and new one is already available in store.

Is it possible to delete new version of app in iTunes Connect, without affecting old one?


Solution

  • You don't have to worry, Prepare to Upload status means the itunes is asking you to tell that you are ready to upload binary and click the button Ready to Upload Binary.. Your build must be rejected by someone, or you haven't yet uploaded any.

    If you want to upload a new build you have to click Ready to Upload Binary, then the status will turn into Waiting for Upload, then if you upload the binary successfully it will turn into Upload Received, then it goes into Waiting for Review, next come In Review, then your status might be Rejected, or Ready For Sale, or Approved(It needs to be released manually)..

    I hope above clears your doubt..

    Update -

    The process has been changed a lot, though You can't delete a Binary, you need to upload new binary by changing the build number if you don't want to change the Version number of the build. For the process of upload, we don't have option to make it Ready to Upload anymore.. You follow the following steps..

    1. Upload a Binary of a specific version from XCode.
    2. Check Activity Tab in itunesconnect of your app, it should show the uploaded binary in processing mode, it will get processed in sometime.
    3. Click on your App Version which might be in Prepare to Submit state, go inside and add your recently uploaded and processed build and click on Save.
    4. Then Submit for Review

    Cheers.