New build disappears after uploading it to iTunes Connect

后端 未结 19 1849
日久生厌
日久生厌 2021-01-31 06:40

I\'m trying to upload a build to iTunesConnect with Xcode 8. Xcode shows me that the uploading is successful. In Activity tab of iTunesConnect I see that my build is appears and

19条回答
  •  半阙折子戏
    2021-01-31 07:14

    In my case, the issue was that I had started preparing the release while the archive was being created.

    I had uploaded v1.0.0 of my app, and it had passed app store review and was available for sale.

    Based on user feedback, I made some very minor changes to the UI text ONLY and created v1.0.1. No changes to libraries, no new permissions etc. Imagine my surprise when I was not able to see the build after uploading.

    I ended up resubmitting 5 times (build 7 to build 11). I even downgraded my version of xcode and retried. Nothing helped.

    Then, I remembered that I had started creating a new release v1.0.1 in the App Store and had saved the new release information. My thought was that once the build was available, I would attach it and submit for review.

    I could not find a way to delete the partially created release, so I changed the version in xcode to v1.0.2 and retried. And it worked.

    I then changed the app store release version also to v1.0.2, associated the build and submitted for review.

    Screenshots of the lost releases:

提交回复
热议问题