xcode iTunes 商店操作失败:您无权使用此服务
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/28553827/
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
iTunes store operation failed: You are not authoried to use this service
提问by CokileCeoi
I successfully submitted my app a few days ago and waited for a review, however I found a bug in my app later, therefore I rejected the submission and fixed it. But when I try to validate the app, Xcode shows me an error:
几天前我成功提交了我的应用程序并等待审核,但后来我发现我的应用程序中有一个错误,因此我拒绝了提交并修复了它。但是当我尝试验证应用程序时,Xcode 显示一个错误:
iTunes store operation failed: You are not authorized to use this service.
iTunes 商店操作失败:您无权使用此服务。
I also tried submit and export options, it shows the same error.
我还尝试了提交和导出选项,它显示了相同的错误。
I googled it, someone else also met this error and posted it in stackoverflow, then tried the solution:
我用谷歌搜索,其他人也遇到了这个错误并将其发布在stackoverflow 中,然后尝试了解决方案:
re-login -> quit Xcode -> open Xcode -> clean -> archive -> validate
重新登录 -> 退出 Xcode -> 打开 Xcode -> 清理 -> 存档 -> 验证
it didn't work.
它没有用。
FYI:
供参考:
Xcode 6.1.1
Xcode 6.1.1
The code signing identity in target's building settings is iOS Distribution
as well as the one in project's building setting.
目标构建设置中的代码签名标识iOS Distribution
与项目构建设置中的代码签名标识相同。
采纳答案by Andrew Varvel
I had this issue today and I believe it is due to an iTunes Connect outage as I was also unable to log into iTC via the web.
我今天遇到了这个问题,我相信这是由于 iTunes Connect 中断造成的,因为我也无法通过网络登录 iTC。
You can check the service status of Apple's Developer Services on Apple's website.
您可以在苹果官网查看苹果开发者服务的服务状态。
You can also do a quick search on Twitter to discover any other users who are having login issues with iTunes Connect.
您还可以在 Twitter 上进行快速搜索,以发现任何其他在 iTunes Connect 上遇到登录问题的用户。
回答by Andrew Elliott
My Apple ID as a dev is different than my iTunes Connect Apple ID. I exported the archive to an iOS App and then used Application Loader to upload it using the ITC ID.
我作为开发人员的 Apple ID 与我的 iTunes Connect Apple ID 不同。我将存档导出到 iOS 应用程序,然后使用应用程序加载器使用 ITC ID 上传它。
回答by Indrajeet
Some days ago I also meet this same problem, I tried many thing but no result.
前几天我也遇到了同样的问题,我尝试了很多事情但没有结果。
After that I tried this,
之后我尝试了这个,
- First archive the app with xcode 6.
- Export that build from xcode 5 organizer.
- Upload the build from xcode 6 application loader i.e. 3.0 version of application loader.
- 首先使用 xcode 6 归档应用程序。
- 从 xcode 5 组织者导出该构建。
- 从 xcode 6 应用程序加载器上传构建,即应用程序加载器的 3.0 版本。
Try this steps, it may help you
试试这个步骤,它可能对你有帮助