ios xcode 6 上传应用程序出错:iTunes Store 操作失败错误描述不可用

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/26051784/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-31 02:49:18  来源:igfitidea点击:

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

iosiphoneapp-storeapp-store-connectxcode6

提问by ygweric

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 Description not available"
When I upload with Application Loader 3.0, same error happened.
xcode6 errorApplication Loader error

当我尝试将我的应用程序上传到 iTC 时,在验证我的应用程序后,我开始提交它。
但是有一个错误提示“ iTunes Store 操作失败错误描述不可用
当我使用 Application Loader 3.0 上传时,发生了同样的错误。
xcode6 错误应用程序加载器错误

采纳答案by ygweric

I've got the Answer,
just upload the ipa with Application Loader 2.9.1, even thought the apple tell you that you should upload the ipa with xcode 5.1.1 or Application Load 3.0.0, but , my solution works well
download Application Loader 2.9.1or here

我得到了答案,
只需使用Application Loader 2.9.1上传 ipa ,即使苹果告诉您应该使用 xcode 5.1.1 或 Application Load 3.0.0 上传 ipa,但是,我的解决方案运行良好,
下载应用程序装载机 2.9.1这里

回答by Asif Asif

I had this error once, too. Then I realized the provisioning profile (Project Targets -> Code Signing) was set to 'Ad-Hoc' profile instead of 'Production' profile. Setting it back to 'Production' did the trick for me.

我也有过这个错误。然后我意识到供应配置文件(项目目标 -> 代码签名)被设置为“Ad-Hoc”配置文件而不是“生产”配置文件。将其设置回“生产”对我来说很有效。

回答by AlexD

The "Error description not available" sub-error message recently became "You are not authorized to use this service".

错误描述不可用”子错误消息最近变成了“您无权使用此服务”。

Removing the Apple ID from XCode preferences and re-adding it fixed the problem.

从 XCode 首选项中删除 Apple ID 并重新添加它解决了问题。

回答by darkbaby123

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

我是china用户,遇到同样的问题,我尝试了所有这些但失败了:

  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.
  1. 手动或通过 Xcode 重新生成配置文件。
  2. 使用 Application Loader(我没有使用 2.9.1,因为我认为这是一种解决方法)。
  3. 确保您的开发者帐户与 iTunes Connect 帐户相同。
  4. 确保捆绑 ID、版本和构建字符串在 iTunes Connect 和 Xcode 中相同。

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?

最后我google了一下,有人说这取决于网络,所以我打开了VPN,成功了!我猜china的特殊防火墙有什么阻挡?

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.

如果您在china并且已经尝试了上述所有步骤,您可以尝试连接 VPN 并上传您的应用程序。希望它有所帮助。

回答by Suhail Bhat

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.

正如错误所说,上传到 iTunes Store 而不是代码签名有问题。代码签名步骤在上传到 iTunes Store 之前。成功创建 ipa 后,应将其上传到 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.

我遇到了这个问题并且没有改变任何东西它在一段时间后成功上传。我想如果我们在 iTunes Connect 上做一些操作,就我而言,我正在删除为 TestFlight beta 测试设置的构建。在我执行一些更改后,出现了问题。

Not the definite solution.

不是确定的解决方案。

回答by akin

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

如果您在china,请使用 vpn。我通过使用 vpn 修复了!gfw 阻止上传 api。你可以检查一下

回答by Chris

I had this error, and I found that it was because of the version number in my app. It had too many revision levels. You're allowed a maximum of 2. For example, 1.2.3 will pass validation, but 1.2.3.4 will generate the above error in Xcode 6.

我有这个错误,我发现这是因为我的应用程序中的版本号。它有太多的修订级别。最多允许 2 个。例如,1.2.3 将通过验证,但 1.2.3.4 将在 Xcode 6 中生成上述错误。

回答by Prashant Kumar

I was getting the same error and I tried for like 15-20 times but was out of luck. Then suddenly it stuck with me what if the network is causing this. Since I was on WiFi, I sat next to the router and it worked in the first go itself. Since there is no proper message by the Apple I tried even this and it worked.

我遇到了同样的错误,我尝试了 15-20 次,但运气不佳。然后突然间,如果网络导致了这种情况,它会卡住我怎么办。因为我使用的是 WiFi,所以我坐在路由器旁边,它在第一次运行时就工作了。由于 Apple 没有提供正确的信息,我什至尝试了这一点并且它奏效了。

Note:If the size of the binary is quiet large then probably good internet connection is required too.

注意:如果二进制文件的大小很小,那么可能也需要良好的互联网连接

回答by omxian

In my case i user a wrong account with wrong password !
when i relogin, i fixed the problem, holp it will help you!

就我而言,我使用错误的密码使用了错误的帐户!
当我重新登录时,我解决了问题,它会帮助你!

回答by karim

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).

当我尝试验证构建时出现此错误。似乎就在几分钟前,我至少可以验证并得到一个不同的错误(使用版本号,我必须将其增加到 3.4.1,因为 3.4.0 已经被批准)。

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.

但这可能是因为我有一个 Pending Developer Release (v 3.4.0) 。可能是我必须发布该版本或取消二进制文件。否则我无法验证当前存档。

I shall come back if that is the reason.

如果是这个原因,我会回来的。