Unable to upload archive to app store from yesterday

Two days before I successfully downloaded the archive for my application, and my application is in the application store, but yesterday and today, when I download the archive, I see the message “Download archive” (with subtitles “Sending using api to connect itunes ")) at the beginning, but then I see that the iTunes Store operation failed. This action cannot be performed. Please try again later ":

enter image description here

When I try to download the archive for another application, everything is in order, this is very strange, because from 2 days ago I only changed the minimum age in the application from 17 to 18 (so I did not change all the important settings in the application).

It may happen that we use the iAd network and Apple reported that this network will be unavailable from July?

enter image description here

+49
ios objective-c iphone app-store iad
Feb 17 '16 at 4:04 on
source share
9 answers

just download ipa using Application Loader 2.9.1, even thought Apple would tell you that you should download ipa using xcode 7.2 or Application Load 3.0.0, but my solution works well to load Application Loader 2.9.1

+40
Feb 17 '16 at 4:30
source share

Try this Xcode -> Open Developer Tool -> Application Loader -> Log in with AppleID -> Choose your IPA application. May it help you

+23
Feb 17 '16 at 4:36
source share

Another solution that may help is to disable the bit code when sending IPA via Xcode. I don’t know why, but it worked for my colleague when he had the same problem. If you want to save the bitcode, then Application Loader will work as pradip kikani pointed out.

+8
Feb 19 '16 at
source share

I saw this exact TWICE problem yesterday (April 14, 2016) using Xcode 7.2. I would get either

"This action could not be completed. Please try again later.

or

"This action cannot be performed. Try again. (-22421)"

which turned out to be random. I just kept trying and trying, and as a result the download failed in both cases. Apple is obviously a little ****.

Not the most technical helpful answer, but he thought it was worth mentioning.

+4
Apr 15 '16 at 12:50
source share

Today I came across the same issue when I wanted to test my application in Xcode 7.3.1. In my case, my provisioning profiles were expired on May 1, 2016, as I found out in Preferences> Accounts> Xcode> View Details. I clicked "Download All" and received updated profiles with an updated expiration date.

+4
May 26 '16 at 9:57 a.m.
source share

I tried restarting my Mac and all that, but nothing helped.

What actually worked for me:

  • Logged out of my developer account in Xcode settings.
  • Disable bitCode from build settings.
  • Training profile changed.

But I'm not sure which method worked, because I made them all on one. good luck.

+3
Mar 05 '16 at 21:48
source share

There is the same problem today! I found that in my virtual Architectures there is no "arm64". There was one "arm6". An updated list of Valid Architecture resolved my issue.

enter image description here

+3
May 23 '16 at 11:21
source share

If you encounter such a problem, you should take care of some of the points listed below:

  • Make sure you add the correct package identifier and prepare it for the App
  • If this is correct, it is possible that after the update in the developer account, it was not updated on Xcode. Therefore, in this case, go to Xcode> Settings> Delete Account and add it again. Net tuning of Xcode suite in target and projects like
  • After completing the above steps, clear the project and prepare a new archive again and try sending it

Important notes:

  • Do not attempt to send build files from Beta Xcode versions
  • If you use the application loader, make sure that its version is greater than or equal to 3.0

Hope this helps you.

+2
Feb 17 '16 at 4:50
source share

I solved a similar problem by changing the build number from 1.0 to 1.1 .

+1
Feb 11 '17 at 3:05
source share



All Articles