Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New build disappears after uploading it to iTunes Connect

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 it's marked as "processing...". But after a few minutes this build disappears and I cannot find it anywhere. I tried to upload it again by Xcode 8, but it says the build is already uploaded to iTunesConnect. So when I tried to upload build with increased version it says OK, but I still cannot see the build in iTunesConnect. I tried to upload with Application Loader, but there is the same issue.

like image 286
chudin26 Avatar asked Sep 19 '16 07:09

chudin26


People also ask

How do I remove rejected build from iTunes connect?

If you "mouse over" the rejected binary under the "Build" section you'll notice that a red circle icon with a - (i.e. a delete button) appears. Tap on this and then hit the save button at the top of the screen. Submitted binary is now gone.

How long for build to process App Store Connect?

After uploading a build, iTunes Connect performs some processing to prepare it for TestFlight Distribution and App Store distribution. The status of the build should go to ready after some time. Sometimes, this happens as fast as 15 minutes after uploading but can sometimes take 1 hour or longer.

How do you upload iOS build to App Store Connect?

Scroll to the “Build” section in your app's App Store Connect record. Click on “Select a build before you submit your app.” Choose the build that you uploaded through Xcode. Click Done in the bottom right-hand corner, then Save in the top-right hand corner, then Submit for Review.


1 Answers

Check your email. App Store review may send you a email for User Usage.
This may help you. NSPhotoLibraryUsageDescription in Xcode8

like image 92
X.Jian Avatar answered Oct 07 '22 02:10

X.Jian