Builds disappearing - Unable to upload new version

Hello! I'm having a bit of an issue - when I upload a build from XCode or Applciation Loader the build appears under the "Activity" tab as "Processing" for ~5 minutes and then disappears. If I try to upload the same version I receive the "Redundant Binary" error. I've uploaded 3 different versions (same version number, but different build number), 2 of them through XCode organizer, and 1 through application loader. Also, I'm uanble to select these versions from TestFlight or from the "Prepare for upload" version (yes, the version numbers match).

Hi,


Were you able to resolve this issue? I am facing the same problem now.

HI,


I have the same problem too,

submitted IPA do not appear in the Activity --> IOS Builds


and if I try to resubmit again with the same binary version I receive the "Redundant Binary Upload" error

Did you happen to look on the Activity tab for that app in iTunes Connect to see if the builds were rejected for some reason?

I am facing this same issue right now. I uploaded binary via Application Loader 3.5 (921). All went well. I went over to iTunesConnect and in the Activity screen. I saw that my binary was there and "Processing". After waiting a few minutes, I refreshed the page to see where it was at and it disappeared. This is an update to an existing app. I've never seen this happen before. 😟

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.

Thank you so much for this reply, I've been struggling all day with the same issue. I added the missing keys (in my case it was a camera permission) and the build was uploaded correctly.

same with me

i faced same issue with xcode 8 , just need one thing to fix .Set all entitlement key in .plist like this "Privacy - Location When In Use Usage Description" all you are using in App, make a new build and submit it, hopefully you will success.

I am having the same problem with tvOS. I have not made any changes to the Info.plist since my last app release one week ago, but new builds are disappearing from itunes connect. Anybody able to fix this for tvOS?

Thanks, this really helped me solved my problem. It's really weird that neither Xcode nor iTunes Connect give some warning about the missing entitlements. 😟

I did this but it's still disappearing...

This started happening to me for the first time yesterday 12/13/2016. I upload IPA's frequently almost every week. I haven't changed any dependencies in my software, my certificates haven't been changed or expired... so what has Apple changed since my last upload on 11/28/2016? How can I debug this?

Update, finally got an e-mail from Apple.

The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.

The app's Info.plist must contain an NSCameraUsageDescription key with a string value explaining to the user how the app uses this data.

Excellent! this was the right answer...

I've uploaded 10 builds today, but all with all keys, wtithout bitcode & etc disappeared after 3-5 seconds. Support didn't answer. I don't what I need to do. Maybe, smb have any ideas?Thanks

Builds disappearing - Unable to upload new version
 
 
Q