This Action Could Not Be Completed. Try Again (-22421)

This action could not be completed. Try Again (-22421)

This happens because Apple's servers may not be working correctly. Just wait and try later or next time. It will work for sure eventually.

This action could not be completed. Try Again (-22421) (Xcode)

I have done it with Application Loader. First export the .ipa file, and then proccesed in Application Loader to visualize in iTunes Connect. Never works with Xcode.

iTunes connect: This action could not be completed. Try again. (-22421)

For the below message:

Dear developer,

We have discovered one or more issues with your recent delivery for
"my-app-name". To process your delivery, the following issues must be
corrected:

Invalid Swift Support - The SwiftSupport folder is missing. Rebuild
your app using the current public (GM) version of Xcode and resubmit
it.

Once these issues have been corrected, you can then redeliver the
corrected binary.

Regards,

The App Store team

You need to upload your app using Xcode Archive.

Navigate to Xcode > Window > Organizer > Select your latest app archive > upload to App Store.

It's because when you upload app using apploader it doesn't contains Swift Support, but when you upload using archive it copy all the swift libraries into payload.

And make sure that you don't upload your build using any Xcode beta version.

iOS - Error: This action could not be completed. Try Again (-22421)

Use Application Loader to upload your app, as Xcode organizer can't upload file (rejects IPA) sometimes, without genuine reason and it's frequently occurring issue, with Xcode Organizer, that apple could not resolve permanently.

There are few other reasons also for such kind of error, like

  • Apple app upload server is not working properly (not in
    connection or lost connection during file upload). Just wait and try
    again later (may be after a day).
  • Fluctuation in your network
    connection, during file upload.
  • You may not have added privacy
    statements in your info.plist file.

Cocoa Keys: Here, is list of keys that you should consider to add in your info.plist file, if you have used that service in your application.

Solution for error code: 90186

  • Outdated application loader can be reason of this error. Use latest Xcode tool and use application loader from Xcode Tool.
  • Incorrect/invalid provisioning profile, associated with your build. Ensure, your have used correct provisioning profile (A provisioning
    profile with Distribution/Production mode is require. A Development mode provisioning profile won't allow your to upload app on store.)

You can find latest Application Loader Tool from latest Xcode Tool: Xcode (Menu) ► Open Developer Tool ► Application Loader

Sample Image



Related Topics



Leave a reply



Submit