How to delete app Build in New iTunes Connect Site?

前端 未结 6 955
时光说笑
时光说笑 2020-12-04 15:16

I want to upload my app\'s new version on iTunes connect, but I can\'t submit it as I mention here.

Now I want to delete uploaded build and upload new build with sa

6条回答
  •  余生分开走
    2020-12-04 15:40

    You cannot delete a Build from Itunes Connect. Your project info file contains two attributes for referencing the Build version of your app, i.e., Bundle version and Bundle versions string, short. Usually both attributes have the same value (1.0.3) but you can upload to the Itunes Connect multiple Builds for the same version of the app just changing the second value.

    So, you create a new version of the app in Itunes Connect (version 1.0.3) and set in your NewProject-Info.plist:

    • Bundle version: 1.0.3.
    • Bundle versions string, short: 1.0.4.

    Archive and upload.

    Once Itunes Connect processes the new Build, it will appear in the Pre-Releases section and you will be able to select it for the 1.0.3 version and send it for review.

提交回复
热议问题