Can't upload archive to app store since yesterday

IosObjective CIphoneApp StoreIad

Ios Problem Overview


2 days before I successfully uploaded the archive for my application and my application is on app store, but yesterday and today when I upload the archive I see "Uploading the archive" message (with subtitle "Sending api usage to itunes connect") at the beggining, but then I see "iTunes Store operation failed. This action couldn't be completed. Try again later" :

enter image description here

When I try to upload the archive for another application, everything is OK, it's very strange, because since 2 days ago I only changed the minimum age in the application from 17 to 18 (so I didn't change everything important in the application settings).

May be in happen because we use iAd network and apple notified that this network will be unavailable since July ?

enter image description here

Ios Solutions


Solution 1 - Ios

just upload the ipa with Application Loader 2.9.1, even thought the apple tell you that you should upload the ipa with xcode 7.2 or Application Load 3.0.0, but , my solution works well download Application Loader 2.9.1

Solution 2 - Ios

Try this Xcode -> Open Developer Tool -> Application Loader -> Login with AppleID -> Choose your app IPA may this help you

Solution 3 - Ios

Another solution that might help is disabling bitcode when submitting the IPA through XCode. Not sure why but this worked for my colleague when he had the same issue. If you want to keep bitcode then Application Loader will work, as pradip kikani pointed out.

Solution 4 - Ios

I saw this exact problem TWICE yesterday (14th April 2016) using Xcode 7.2. I'd get either a

> "This action couldn't be completed. Try again later"

or a

> "This action couldn't be completed. Try again. (-22421)"

which one appeared to be random. I just kept trying and trying and eventually the upload succeeded in both cases. Apple are obviously being a bit ****.

Not the most technical useful answer but thought it worth mentioning.

Solution 5 - Ios

I ran into the same issue today when I wanted to validate my app in Xcode 7.3.1. In my case, my provisiong profiles had all expired on May 01, 2016 as I found out in the Xcode "Preferences > Accounts > View Details". I clicked on "Download All" and got renewed profiles with an updated expiry date.

Solution 6 - Ios

I tried restarting my mac and all that but nothing helped.

What actually worked for me :

  1. Logged out from my developer account in Xcode preferences.
  2. Turn off bitCode from build settings.
  3. Changed the provisioning profile.

But im not sure which one of the methods worked cause i did them all at ones. good luck.

Solution 7 - Ios

Got Same issue today!! I found there is no "arm64" in my valid Architectures.instead there was one "arm6". Updated Valid Architecture list resolved my problem.

enter image description here

Solution 8 - Ios

While facing such issue you should take care of some points listed below:

  • Make sure you have added correct bundle ID & provisioning in to App
  • If it is correct than might be after updating it on developer account it was not updated on Xcode. So in that case go to Xcode > Preferences > remove Account & Add it again. Clean Xcode set provisioning in targets & Projects both
  • Once you done with above steps clean project & Prepare New Archive again & try to submit it

Important Notes:

  • Do not try to submit Build files from Beta Xcode versions
  • If you are using Application loader than make sure its version is greater than or equals to 3.0

Hope it will help you.

Solution 9 - Ios

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionPaul T.View Question on Stackoverflow
Solution 1 - Iospradip kikaniView Answer on Stackoverflow
Solution 2 - IosKamlesh ShingarakhiyaView Answer on Stackoverflow
Solution 3 - IosCMashView Answer on Stackoverflow
Solution 4 - IosOliver PearmainView Answer on Stackoverflow
Solution 5 - IosUlfDunkelView Answer on Stackoverflow
Solution 6 - IosJonathan NjilayView Answer on Stackoverflow
Solution 7 - IosVinu David JoseView Answer on Stackoverflow
Solution 8 - IosMayurView Answer on Stackoverflow
Solution 9 - IosThanitsakView Answer on Stackoverflow