Cannot submit Xcode Archive to Itunes Connect. “Uploading Archive: Sending API Usage to Itunes Connect”

强颜欢笑 提交于 2019-12-03 10:11:45
  1. minimise the organiser window

  2. reopen it from mac floating menubar

This seems to be refreshing the connection while online. Works for me.

I had this same problem a few minutes ago, let me explain what I did:

  1. Restart your router/modem
  2. Restart your Mac
  3. Set the active scheme in Xcode for iOS Device
  4. Make a new archive
  5. Validate before submit

These steps work perfectly for me, hope that helps.

I also faced similar problem. I can't upload from my office, but can upload from my home. I assumed that my office's internet connection has problem with Apple server. If you get problem with Xcode to upload, you can download Application Loader separately from iTunes connect and try with that and wait for passing sending api usage state.

Try doing this:

cd ~
mv .itmstransporter/ .old_itmstransporter/
"/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter"

Seems to be working for a lot of others - https://forums.developer.apple.com/thread/76803

I couldn't make this work on XCode 7.1.

I had to upgrade to 7.1.1, which allowed me to export the binary for App Store Deployment, and then use the Application Loader to upload the app for review.

Absolutely crazy, Apple.

I've found that instead of restarting your router and machine etc, simply clicking 'Renew DHCP Lease' in the TCP/IP settings of your internet device (under Network in System Preferences) solves the issue much quicker and easier, for me anyway.

Just another error that makes working in Apples eco-system all the more fun and exciting...

There was no one particular procedure that seemed to do it in my case: restarted router, restarted Mac, restarted Xcode, recreated profiles on developer website, viewed them in Xcode, recreated archives, attempted just validating for App Store. All of these things over and over again.

My experience has been that you should just kept trying until suddenly it works. Which is sadly not the magic button to click that I was looking for.

Possibly the fact that I managed only twice in the last dozen or so upload attempts in the morning from here in the UK (making it approx 02:30 over there in the US), indicates it's perhaps an iTunes overloaded problem.

Renato Back

I had the same problem, though none of the suggested steps solved my problem, other than using the Application Loader.

However, one thing that bothered me was a warning message saying that:

The resulting API analysis file is too large. We were unable to validate your API usage prior to delivery. This is just an informational message.

It came to me that it might be the reason why Xcode's uploading might be messed up, since it locks at the Sending API usage to iTunes Connect.

Some people mention it in some posts here in stackoverflow.

For me Network is not allowing to upload the build as office wireless is having firewall so I had to move to other wi-fi to upload the build.

Just adding another possible answer here that fixed it for me.

I was on a VPN at work. Disabling this and trying again worked.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!