Error When Attempting to Upload a Build to iTunes Connect

孤街醉人 提交于 2020-01-13 08:51:47

问题


I am getting an error while trying to upload a build to iTunes Connect. This is the first time that I have seen this error, and I can't resolve it. I have tried following advice from other posts, but that has not proved successful. I have tried removing and re-adding my account in Xcode, having the client change my role to Application Manager, manually managing signing, and attempting to use Application Loader, which returns the same error.

I have two teams associated with my account; my personal team and my client's team. I am trying to upload my client's application, which I have done many times without issue. However, I just started getting the following error today:

I don't understand why this error has started occurring today after successfully uploading builds within the past few weeks.

Did something change on Apple's end that is now causing me to receive this error after successful uploads over the recent weeks?


回答1:


As @AmodGokhale pointed out, this is likely a glitch on Apple's side. I just tried to upload with the Application Loader and can confirm that it works.

If you are not familiar with the Application Loader, here is how you do it.

  • Archive your project
  • Export -> Save for iOS App Store Deployment (save it where you can easily find it).
  • Xcode -> Services -> Open developer tool -> Application Loader
  • Deliver your app



回答2:


Same issue here - I had to use the application loader. As said above you have to generate an application specific password. This can be done here: https://appleid.apple.com/account/manage Look for "APP-SPECIFIC PASSWORDS" in the "Security" section, and click "Generate Password…" I typed "Loader" for the "Password Label" and then cut and paste the password generation into the login screen of the Application Loader.

All seemed to be straight forward from then on.




回答3:


Hi there i do what apple recommend and i will be able to upload my app using Application Loader.

Apple respond:

Thank you for contacting App Store Developer Support. My name is Camai, and I'll be assisting you today with your upload error.

We are aware of this issue and are working to resolve it. It occurs intermittently and might be resolved by retrying your delivery from Xcode. As an alternative, you can export your IPA from Xcode and upload it using Application Loader or altool.

For more information on using Application Loader and altool, please see the Using Application Loader guide: https://itunesconnect.apple.com/docs/UsingApplicationLoader.pdf.

If you have any questions, please don't hesitate to reply to this email, or contact us by phone. We are happy to help.

Worldwide Telephone Support https://developer.apple.com/contact/phone




回答4:


I was able to overcome the issue by uploading with Application Loader. But there is a catch here, the Application Loader v3.6 which came with XCode works and the 3.0 version which was suggested by iTunes Connect portal does not work.

Go to XCode menu XCode -> Open Developer Tool -> Application Loader



来源:https://stackoverflow.com/questions/44295939/error-when-attempting-to-upload-a-build-to-itunes-connect

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