Error Sending Archive to App Store Connect

Error sending archive to App Store Connect

The message has nothing to do with the archive or the build. It's saying something about the tool you used to perform the upload from your computer to Apple. That tool is Xcode so there's nothing to worry about. There is always a little friction when a new major Xcode version is released but it gets ironed out at the server end eventually. You could file a bug with Apple if you want to be helpful.

Can't upload archive to app store since yesterday

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

[ios]Archive files uploaded from App Store Connect are not visible

This may happen if your uploaded archive couldn't pass through the initial processing of the build that occurs as soon as it is uploaded.

I once got stuck with this because my app had some legacy code that was using UIWebview which is now deprecated.

You'll always receive some comment from apple if this happens (through email).

Getting Cannot verify client. (3000) when trying to upload archive from Xcode to itunesConnect

Hmmm, well a restart of Xcode, a fresh clean, build and archive seems to have fixed it.

stuck on this screen Sending analysis to the App Store

FINALLY - after wasting 4 complete days :)

Removing account from Xcode -> preference -> Accounts
and re-add it worked for me

Hopefully it'll work for you too...

App Store Connect Operation Error resource download failed : com.apple.transporter.mediatoolkit/2.2.0

The message has nothing to do with the archive or the build.
It's saying something about the tool you used to perform the upload from your computer to Apple. That tool is Xcode so there's nothing to worry about.
There is always a little friction when a new major Xcode version is released but it gets ironed out at the server end eventually

After several days, I could upload my archives/builds successfully without upgrading XCode and MacOS, it looks like Apple has fixed this issue.

Xamarin: Unable to upload Archive to AppStore

Unfortunately, the upload from VS doesn't give you proper message why the upload fails. In order to debug it, you need to upload it "manually". The steps are:

  1. Build your project in Release configuration
  2. Right click on the iOS project and select Show IPA file on Build Server
  3. A Finder window will open on the Mac with the ipa file being preselected.
  4. Copy the file to some location that you can access easily (e.g. your Dekstop)
  5. Open the Terminal
  6. Write the following command: xcrun altool --upload-app --type ios --file "path/to/application.ipa" --username "YOUR_ITMC_USER" --password "YOUR_ITMC_PASSWORD"

If your application is on the Desktop, the path will look like this: ~/Desktop/application.ipa, where application.ipa is your app's name. Of course, you have to provide your credentials instead of YOUR_ITMC_USER & YOUR_ITMC_PASSWORD .

When you have run this command, wait a minute or two. After a while the tool will tell you if the upload fails and if so - why exactly.

P.S. You can also use the GUI Transporter app, but I don't know how much more information it may give you.

Can't Submit App to App Store: Sending API Usage to iTunes Connect either times out or loses connection

It looks like it is a trial and error kind of thing with me. For starters, my iMac never succeeds sending my app to iTunes. But my MacBook Pro does. With Application loader.

If the process is stuck in "Sending iTunes Usage to iTunes Connect" for over 15 Minutes, I force-quit Application Loader and open it again. It takes around 10 minutes for me to get past that stage.

Then comes the "authenticating with iTunes Connect" step, which takes around 10 minutes as well. If it goes for over 15 minutes in that step, then I have to force-quit.

These tips may not help everybody but it seems to be my case...



Related Topics



Leave a reply



Submit