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

大憨熊 提交于 2019-11-27 12:01:31

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.

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

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.

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.

As the error says, There is problem in uploading to iTunes Store and not in code signing. Code signing step is prior to uploading to iTunes Store. Once the ipa is created successfully it should be uploaded to iTunes Store.

I faced the problem and without changing anything It successfully uploaded after some time. I guess if we are doing some operation on iTunes Connect, in my case I was removing the build which was set for TestFlight beta testing. After I perform some changes there the issue occurred.

Not the definite solution.

I had this error, and I found that it was because of the version number in my app. It had too many revision levels. You're allowed a maximum of 2. For example, 1.2.3 will pass validation, but 1.2.3.4 will generate the above error in Xcode 6.

I was getting the same error and I tried for like 15-20 times but was out of luck. Then suddenly it stuck with me what if the network is causing this. Since I was on WiFi, I sat next to the router and it worked in the first go itself. Since there is no proper message by the Apple I tried even this and it worked.

Note: If the size of the binary is quiet large then probably good internet connection is required too.

akin

If you are in china use vpn. I fixed by use a vpn! The gfw block the upload api. you can check this.

This is also workaround but you could upload app with Xcode 5.1.1, if you still have one. Generated with Xcode 6.1 *.xcarchive files are available from older Xcode so there is no need to generate *.ipa file.

Just a tip: Before you start to change and installing things, try to:

  • set the Provision profile to another one
  • update your Provision profiles in your account
  • close Xcode
  • open Xcode
  • set the Provision profile to the right one
  • Archive again

it worked for me!

In my case i user a wrong account with wrong password !
when i relogin, i fixed the problem, holp it will help you!

I have got this error when I tried to validate a build. It seems just a few minutes ago I could at least validate and got a different error (with version number, I must increase it to 3.4.1 since 3.4.0 is already approved).

But it may be because I had a Pending Developer Release (v 3.4.0) . May be I have to release that version or cancel the binary. Otherwise I cannot validate the current archive.

I shall come back if that is the reason.

In my case what helped was... to wait. I had just deleted a version of the app and while itunes-connect appeared as I could upload another versione it takes some times to the servers to actually acknolegde this. Waited until I got an email saying "App changed status to Ready for upload"

This always works for me:

  • Download the correct profile and certificate from member center;
  • Quit XCode (Not just close the project);
  • Try archive and validate again.

I usually get over this with a simple workaround.I get this error when I try to upload archive from Xcode 7.So I archive my project with Xcode 7 but I handle upload process from Organizer of Xcode 6.3.Xcode keep organizer content same across different versions of Xcode.

PiTheNumber

In some cases it might be a notwork/firewall issue. Make sure your the needed ports are open.

Also iTunes Connect must be working. Currently it is showing "iTunes Connect is unavailable until December 29"....

Here is a blog post about it. On week were no one will be able to update apps. Greate...

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!