Update the app on the App Store

I got this error when loading my build in iTunes Connect:

Error:

iTunes Store operation failed. This action could not completed. Try again. 

I tried and tried, but nothing.

I have taken the following steps:

Xcode
-> Product
-> Archive
-> Download on the App Store
-> Error

For programming, I use C #, and I use Unity to build for Xcode.

There are no errors compiling the assembly. The error only occurs when I upload it to the App Store.

+5
source share
2 answers

Try downloading the application using the Application Loader . sometimes I came across the same issue with Xcode7.2 or greter, and then try to download the application using Application Loader. It worked fine. Click here to check my applications. How to download the application with the application loader.

+10
source

I recently ran into this problem after upgrading Mac OS to version 10.12 and Xcode to version 8.3.2. In the past, I had no problems deploying apps to the app store, but after the updates, my downloads repeatedly failed 15 times during the day. Closing Xcode and rebooting my macbook did not solve the problem. Typically, downloads are not performed during the iTunes Authentication phase.

In short, I ended up disabling two-factor authentication for my iCloud account, and my application loaded without errors on the first try. I believe that the error with Apple leads to two-factor authentication, which violates the iTunesConnect download process. Below are the steps to turn off two-factor authentication if you think this might solve your problem:

NOTE This is just a workaround. Ideally, Apple fixes the error, so we do not need to disable two-factor authentication to successfully download applications.

+1
source

Source: https://habr.com/ru/post/1245276/


All Articles