New build disappears after uploading it to iTunes Connect

You have to wait like 5 - 20 mins and you will find the app in Activity tab (left side).

If you are in admin position for that developer account, you will receive an email about the state of the build you submitted.


I also faced same issue. After adding missing privacy-sensitive key data usage in apps Info.plist the problem is fixed.

  1. Check and add the missing keys in your Info.plist file. Refer the link https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html for more info.

  2. Some keys might be used by the 3rd party pods included in your application. Find them and include in your Info.plist file.(You can get them easily from App Store email sent to you)

3.Following are the keys which fixed my issue, add,NSBluetoothPeripheralUsageDescription,NSCalendarsUsageDescription,NSContactsUsageDescription,NSLocationWhenInUseUsageDescription,NSPhotoLibraryUsageDescription.


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


Had the same issue. Build gone after a few minutes. No email, no error...

I finally added a second user to my account, with another apple ID. That user could then receive an email explaining that some privacy settings (bluetooth usage) were missing...

Apple I just hate you as a developer. Bad tools, bad architecture, bad support.