Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcode 6 upload app with error: iTunes Store operation failed Error Description not available

When I try to upload my app to iTC, after validate my app, I begin to submit it .
But there is an Error that said "iTunes Store operation failed Error Description not available"
When I upload with Application Loader 3.0, same error happened.
xcode6 errorApplication Loader error

like image 468
ygweric Avatar asked Sep 26 '14 03:09

ygweric


4 Answers

I had this error once, too. Then I realized the provisioning profile (Project Targets -> Code Signing) was set to 'Ad-Hoc' profile instead of 'Production' profile. Setting it back to 'Production' did the trick for me.

like image 192
Asif Asif Avatar answered Nov 05 '22 05:11

Asif Asif


I've got the Answer,
just upload the ipa with Application Loader 2.9.1, even thought the apple tell you that you should upload the ipa with xcode 5.1.1 or Application Load 3.0.0, but , my solution works well
download Application Loader 2.9.1 or here

like image 24
ygweric Avatar answered Nov 05 '22 06:11

ygweric


The "Error description not available" sub-error message recently became "You are not authorized to use this service".

Removing the Apple ID from XCode preferences and re-adding it fixed the problem.

like image 14
AlexD Avatar answered Nov 05 '22 07:11

AlexD


I'm a Chinese user and meet the same issue, I tried all these and fail:

  1. Regenerate provisioning profile manually or via Xcode.
  2. Use Application Loader (I didn't use 2.9.1 because I think it's a workaround).
  3. Make sure your developer account are the same as iTunes Connect account.
  4. Make sure bundle ID, version and build string in iTunes Connect and Xcode and the same.

Finally I googled and someone said it depends on network, so I opened VPN, and it success! I guess China's special firewall block something?

If you're in China and you've tried all the steps above, you can try to connect a VPN and upload your app. Wish it helps.

like image 6
darkbaby123 Avatar answered Nov 05 '22 06:11

darkbaby123