53

I'm trying to submit an app tonight and I can validate the app find but when I go to submit, get the following errors:

Apple's web service operation was not successful

Unable to Authenticate the package

exception occurred when creating MZContentProviderUpload

Has anyone else seen this error?

Boann
  • 48,794
  • 16
  • 117
  • 146
BlueShoe
  • 693
  • 1
  • 7
  • 8

4 Answers4

20

Just had this happen on Xcode 7. Quit Xcode, opened it back up, resubmitted and it worked fine.

EDIT: I agree with @arlomedia in the comments, this is a problem on Apple's side. Just had it happen again and restarting did not fix it. Maybe I just got lucky the first time :)

julianwyz
  • 3,104
  • 1
  • 29
  • 34
  • 4
    It might be a problem on Apple's end, because I had the problem at exactly the same time as you. Anyway, it also worked for me after restarting Xcode. – arlomedia Nov 05 '15 at 19:32
  • Same issue for me happening 2 hours after you guys posted. I restarted Xcode, but the problem is still there. Guess I have to wait for Apple to fix on their side. – Eric Herring Nov 05 '15 at 21:50
  • Definitely apple server issue. Same error here for the past an hour – JocelynH Nov 05 '15 at 22:09
  • Mine actually didn't go through before ... it got past the point where the error occurred, but then ran for a long time and timed out. Then when I tried again I kept getting the error. However, I just tried a few minutes ago and it finally submitted. – arlomedia Nov 05 '15 at 23:00
14

That seems like a temporary issue from Apple's side. It should have been fixed by now. Try uploading again.

Bijoy Thangaraj
  • 5,434
  • 4
  • 43
  • 70
9

I saw a slightly different error message, six times in a row:

Exception occurred when creating MZContentProviderUpload for provider. (1004)

Restarted my mac, resubmitted and boom - worked.

Can't say for sure if it was the restart, could have just been something on Apple's servers as the other answers point out.

Shyam Bhat
  • 1,600
  • 13
  • 22
0

I kept getting it for several days until I changed Deployment Target from 3.1.3 to 4.3.

My error also said "The bundle does not contain icon for iPad exactly '72x72' pixels". I checked the icon and updated it like 5 times :)

Paulius Liekis
  • 1,676
  • 3
  • 18
  • 26