xcode 6 upload app with error: iTunes Store operation failed Error Description not available

前端 未结 16 1727
悲哀的现实
悲哀的现实 2020-12-02 19:57

When I try to upload my app to iTC, after validate my app, I begin to submit it .
But there is an Error that said \"iTunes Store operation failed Error Descripti

相关标签:
16条回答
  • 2020-12-02 20:33

    If you are in china use vpn. I fixed by use a vpn! The gfw block the upload api. you can check this.

    0 讨论(0)
  • 2020-12-02 20:35

    I'm a Chinese user and meet the same issue, I tried all these and fail:

    1. Regenerate provisioning profile manually or via Xcode.
    2. Use Application Loader (I didn't use 2.9.1 because I think it's a workaround).
    3. Make sure your developer account are the same as iTunes Connect account.
    4. Make sure bundle ID, version and build string in iTunes Connect and Xcode and the same.

    Finally I googled and someone said it depends on network, so I opened VPN, and it success! I guess China's special firewall block something?

    If you're in China and you've tried all the steps above, you can try to connect a VPN and upload your app. Wish it helps.

    0 讨论(0)
  • 2020-12-02 20:38

    Just a tip: Before you start to change and installing things, try to:

    • set the Provision profile to another one
    • update your Provision profiles in your account
    • close Xcode
    • open Xcode
    • set the Provision profile to the right one
    • Archive again

    it worked for me!

    0 讨论(0)
  • 2020-12-02 20:40

    I have got this error when I tried to validate a build. It seems just a few minutes ago I could at least validate and got a different error (with version number, I must increase it to 3.4.1 since 3.4.0 is already approved).

    But it may be because I had a Pending Developer Release (v 3.4.0) . May be I have to release that version or cancel the binary. Otherwise I cannot validate the current archive.

    I shall come back if that is the reason.

    0 讨论(0)
  • 2020-12-02 20:41

    As the error says, There is problem in uploading to iTunes Store and not in code signing. Code signing step is prior to uploading to iTunes Store. Once the ipa is created successfully it should be uploaded to iTunes Store.

    I faced the problem and without changing anything It successfully uploaded after some time. I guess if we are doing some operation on iTunes Connect, in my case I was removing the build which was set for TestFlight beta testing. After I perform some changes there the issue occurred.

    Not the definite solution.

    0 讨论(0)
  • 2020-12-02 20:42

    In some cases it might be a notwork/firewall issue. Make sure your the needed ports are open.

    Also iTunes Connect must be working. Currently it is showing "iTunes Connect is unavailable until December 29"....

    Here is a blog post about it. On week were no one will be able to update apps. Greate...

    0 讨论(0)
提交回复
热议问题