Application to download xcode 6 with an error: iTunes Store operation completed Error Description Description not available

When I try to download my application in iTC, after checking my application, I start sending it.
But there is an error saying that the iTunes Store operation did not complete. Error Description not available "
When I boot using Application Loader 3.0, an error has occurred.
xcode6 errorApplication loader error

+44
ios iphone xcode6 app-store itunesconnect
Sep 26 '14 at 3:55
source share
16 answers

I have an answer
just download ipa using Application Loader 2.9.1 , I even thought that Apple would tell you that you should download ipa using xcode 5.1.1 or Application Load 3.0.0, but my solution works well
download Application Loader 2.9.1 or here

+22
Sep 26 '14 at 5:21
source share

I also had this error. Then I realized that the preparation profile (Project Targets โ†’ Code Signing) was set to the Ad-Hoc profile instead of the Production profile. Returning to Production, I did the trick.

+29
04 Oct '14 at 5:04 on
source share

The recent message " Invalid error description ] has become" You do not have permission to use this service . "

Removing Apple ID from Xcode settings and re-adding fixed.

+14
Feb 03 '15 at 19:26
source share

I am a Chinese user and encounter the same problem, I tried all this and failed:

  • Regenerate the provisioning profile manually or through Xcode.
  • Use Application Loader (I did not use 2.9.1 because I consider this a workaround).
  • Make sure your developer account matches the iTunes Connect account.
  • Make sure that iTunes Connect and Xcode have the build code, version and build code, and the same thing.

Finally, I googled, and someone said that it depends on the network, so I opened a VPN, and it is a success! I assume that in China a special firewall is blocking something?

If you are located in China and you have tried all of the above steps, you can try to connect a VPN and download the application. Wish it helps.

+6
Nov 21 '14 at 3:38
source share

As stated in the error, there is a problem when downloading to the iTunes Store, and not when signing the code. The step of signing the code before downloading to the iTunes Store. Once ipa is successfully created, it must be uploaded to the iTunes Store.

I ran into a problem and did not change anything that successfully booted after a while. I assume that if we perform some operation in iTunes Connect, in my case, I removed the assembly that was installed for the test testing of TestFlight. After making some changes, a problem has occurred.

Not a definite solution.

+3
Nov 04 '14 at 12:42 on
source share

I had this error and found that it was due to the version number in my application. He has too many revision levels. You are allowed a maximum of 2. For example, 1.2.3 will pass the test, but 1.2.3.4 will generate the above error in Xcode 6.

+1
Oct 16 '14 at 2:41
source share

If you are in China, use vpn. I fixed using vpn! Gfw blocks api loading. you can check it out .

+1
Jan 20 '15 at 6:53
source share

I was getting the same error and I tried about 15-20 times, but I was out of luck. Then all of a sudden it stuck with me if the network caused it. Since I was on WiFi, I sat next to the router, and it worked in the first pass. Since Apple doesn't have the correct message, I even tried this and it worked.

Note. If the binary file size is quiet, then a good internet connection is probably also required.

+1
Jun 01 '16 at 9:58 on
source share

This is also a workaround, but you can download the application from Xcode 5.1.1 if you still have one. Generated with Xcode 6.1 * .xcarchive files are available from the old Xcode, so there is no need to generate a * .ipa file.

0
Oct 29 '14 at 13:42 on
source share

In some cases, this may be a recording / firewall issue. Make sure your required ports are open.

Also iTunes Connect should work. Currently, it shows that "iTunes Connect is unavailable until December 29th" ....

Here is this blog post about it. Within a week, no one will be able to update applications. Greate ...

0
Dec 23 '14 at 9:52
source share

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

  • set the Provision profile to another.
  • Update your Provision profiles in your account.
  • close Xcode
  • open xcode
  • set the Provision profile to the right.
  • Archive again

it worked for me!

0
Jan 16 '15 at 18:27
source share

In my case, I am using the wrong account with the wrong password!
when I relogin, I fixed the problem, holp this will help you!

0
Feb 05 '15 at 1:57
source share

I have this error when I tried to check the assembly. It seems that just a few minutes ago I could at least approve and get another error (with the version number, I should increase it to 3.4.1, since 3.4.0 is already approved).

But this may be due to the fact that I had a delayed version of the developer (v 3.4.0). Maybe I should release this version or cancel the binary. Otherwise, I cannot check the current archive.

I will be back if this is the reason.

0
Feb 09 '15 at 13:43
source share

In my case, what helped was ... wait. I just uninstalled the version of the application, and although itunes-connect appeared, since I could download a different version, it took several times for the servers to actually do this. I waited until I received an email saying: "The application has changed the status to" Ready for download "

0
Feb 12 '15 at 2:56
source share

This always works for me:

  • Download the correct profile and certificate from the member center;
  • Exit Xcode (not just close the project);
  • Try archiving and validating again.
0
Feb 18 '15 at 15:47
source share

I usually got around this with a simple workaround. I get this error when I try to download the archive from Xcode 7. So I archive my project with Xcode 7, but I process the download process from Organizer Xcode 6.3.Xcode, keeping the organizer content the same in different versions of Xcode.

0
Feb 16 '16 at 9:32
source share



All Articles