iosapp-store-connectapp-updateapp-distribution

How can app add on iTunes connect?


One of my app is uploaded on mobile store, then after some months I have add new build but did not submit that build for review. Now I updated my app with new designs and lots of changes. and I wanted to upload this new version on store. But I don’t know how to add app.

Because when I click on iTunes Connect --> My Apps --> App Store --> + VERSION OR PLATFORM, it shows only tvOS and iOS is disabled.

So now, how can I remove app from Waiting for Upload and how can I add new build ?

Here is screen shot :

iTunes_connect

I have read all documents provided by Apple Inc., but I didn’t found any option….related my scenario.

  1. https://developer.apple.com/library/content/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/ReplacingYourAppWithANewVersion.html
  2. https://developer.apple.com/library/content/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/ChangingAppStatus.html#//apple_ref/doc/uid/TP40011225-CH30-SW34
  3. https://developer.apple.com/library/content/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/UploadingBinariesforanApp.html
  4. https://developer.apple.com/library/content/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/SubmittingTheApp.html

If anyone knows, please let me know.

Thanks.

One more thing I forgot to tell that Also I want to update screenshots and description details.


Solution

  • For creating a brand new version, just upload the binary, and then cancel it. As I see you updated your question, this is a final solution for you then.

    For uploading a build:

    1. Access the version page.

    Sou you should see a frame that will contain your build.

    enter image description here

    2. Your binary should be uploaded via

    a) Xcode

    b) Application loader

    iTunes connect will pair your binary with the version according to the App ID and version saved in the Xcode target settings.

    If you need to have the version of 2.0 for instance, change the version number both in

    enter image description here