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

删除回忆录丶 提交于 2019-12-17 10:35:51

问题


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.


回答1:


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.




回答2:


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




回答3:


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.




回答4:


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.




回答5:


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.




回答6:


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.




回答7:


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.




回答8:


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




回答9:


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.




回答10:


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!




回答11:


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




回答12:


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.




回答13:


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"




回答14:


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.



回答15:


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.




回答16:


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...



来源:https://stackoverflow.com/questions/26051784/xcode-6-upload-app-with-error-itunes-store-operation-failed-error-description-n

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