iOS 8 removing build from review in iTunesConnect

后端 未结 10 654
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-16 09:05

I just uploaded a new build to the iTunesConnect in preparation for the iOS 8 release. The app status is \"Waiting For Review\". However, I want to reject the uploaded binar

相关标签:
10条回答
  • 2020-12-16 09:43

    Simply increment your build number and xcode will allow you to upload it. Once uploaded you can select any of the builds you want in iTunesconnect.

    0 讨论(0)
  • 2020-12-16 09:46

    There is another work around for the same. 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.7) 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.8) and set in your NewProject-Info.plist:

    Bundle version: 1.0.7. Bundle versions string, short: 1.0.8. 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.

    0 讨论(0)
  • 2020-12-16 09:47

    You can download an iTunes Connect app from the App Store and reject the binary by it.

    0 讨论(0)
  • 2020-12-16 09:50

    Use Safari. It shows up in highlight at the top "Remove this build from waiting for review." (or something similar"

    0 讨论(0)
  • 2020-12-16 09:51

    This might help

    New itunes user interface unable to find "ready to upload binary"

    It looks like you can't remove the binary (please let me know if you find a way) but can just increase the build number by .1 as a work around.

    0 讨论(0)
  • 2020-12-16 09:55

    This has also been a known bug with iTunes Connect.

    If the link to reject the binary does not show up in 15 minutes, you can submit a new build with a new build number and submit that instead.

    0 讨论(0)
提交回复
热议问题