Since the Apple "Users & Roles" update to iTunesConnect end of november 2015 some people have been experiencing an error message "iTunes Store operation Failed" and "You are not authorized to use this service".
自2015年11月底苹果“用户与角色”更新到iTunesConnect后,一些人一直在体验“iTunes Store operation Failed”和“You are not authorized to use this service”的错误信息。
This happens when using XCode 6 and 7
这在使用XCode 6和7时发生
Previously i was able to upload app using the same iTunes account.
之前我可以使用相同的iTunes账户上传应用程序。
12 个解决方案
#1
60
I had the same issue today. What I did is mentioned below.
我今天遇到了同样的问题。下面提到了我所做的。
Go to XCode -> Preferences -> Accounts -> Apple Ids
From that select your Apple ID, remove it, and then add it again. Quit Xcode, open it again, and then clean and archive the project.
从其中选择您的Apple ID,删除它,然后再添加它。退出Xcode,再次打开它,然后清理并归档项目。
It worked for me.
它为我工作。
Hope it works for someone else also.
希望它对其他人也适用。
EDIT
编辑
If your Apple ID is already there you can also try with refresh button for all provisioning profiles and certificates.
如果您的Apple ID已经在那里,您还可以尝试使用refresh按钮来保存所有配置文件和证书。
Then restart Xcode, clean and build the project. You'll be good to go!
然后重新启动Xcode,清理并构建项目。你可以走了!
#2
44
On Xcode 7.1 I disabled bitcode during the submission and it uploaded perfectly.
在Xcode 7.1中,我在提交过程中禁用了位码,并完美上传。
EDIT: You can also export your app archive (iOS App Store Submission) and use Application Loader (press choose button and locate your export file). There is no "Include bitcode" option, so my Guess is it's off by default in Application Loader.
编辑:你也可以导出你的app archive (iOS app Store Submission)并使用Application Loader(按下choose按钮,找到你的导出文件)。没有“包含bitcode”选项,所以我的猜测是它在应用程序加载程序中默认关闭。
#3
12
Finally i am able to upload the ipa to the iTunes store.
最后,我可以将ipa上传到iTunes store。
First of all i create ipa using Xcode 6, Export for iOS App Store Submission. Save on my mac.
首先,我使用Xcode 6创建ipa,导出iOS应用商店提交。节省我的mac。
And upload ipa using Application Loader version 2.9.1. And it was successfully uploaded to iTunes.
并使用应用程序加载程序2.9.1版本上传ipa。并被成功上传至iTunes。
May be It will help someone.
也许它会帮助某人。
#4
10
I know it is an old question, but maybe I noticed something that it might help you.
我知道这是个老问题,但也许我注意到它可能会对你有所帮助。
Today when I try to login to Itunes Connect via browser, Apple returns me a message "Your Apple ID or password was entered incorrectly." , but I'm sure that my id and pass was correct . It seems apple side problem, not ours.
今天,当我尝试通过浏览器登录Itunes Connect时,苹果给了我一条信息:“你的苹果账号或密码输入错误。”但我确信我的身份证和通行证是正确的。这似乎是苹果的问题,而不是我们的问题。
I think that there is something that it doesn't work in Apple, and it is not an Xcode bug.
我认为它在苹果中是行不通的,它也不是Xcode的错误。
I don't know why they don't warn anyone about that.
我不知道他们为什么不警告任何人。
EDIT
编辑
Now Apple updated its System Status - Apple Developer.
现在苹果公司更新了它的系统状态——苹果开发者。
#5
10
I experienced the same error when I was working from overseas and had a very slow internet connection (upload speed). In my case it had nothing to do with the credentials or refreshing of the profiles. It was just the upload speed. I had an upload speed of less that 1Mbps. I attempted multiple times without success. Then I went to a restaurant where the upload speed was 11Mbps and it worked perfectly.
当我在国外工作时,我也遇到过同样的错误,我的网速很慢(上传速度)。在我的例子中,它与凭证或概要文件的刷新无关。这只是上传速度。我的上传速度是1Mbps。我尝试了好几次都没有成功。然后我去了一家餐厅,那里的上传速度是11Mbps,运行得非常好。
#6
#7
2
I was also experiencing this issue last week. But that was due to iTunesConnect outage but now apple solved that issue and server working fine so you will not experience this issue. Please check and hope that will work now.
上周我也遇到了这个问题。但这是由于iTunesConnect中断,但现在苹果解决了这个问题,服务器运行良好,所以你不会遇到这个问题。请检查并希望现在能工作。
#8
1
I got this error today when trying to upload from Xcode 6. The app I tried to upload was developed for another customer, but I was admin on their account. But, now my personal Apple Developer Subscription has expired. I'm still admin on the clients account, so I could login, validate builds, download provitioning profiles, etc, but when I tried to submit I got the error described above.
我今天在尝试从Xcode 6上传时犯了这个错误。我试图上传的应用是为另一个客户开发的,但我是他们账户的管理员。但是,现在我的个人苹果开发者订阅已经过期了。我仍然是客户账户的管理员,所以我可以登录、验证构建、下载提供概要文件等等,但是当我尝试提交时,我得到了上面描述的错误。
My solution was to remove my own Apple Id and instead login using my clients Apple Id directly.
我的解决方案是删除我自己的Apple Id,而使用我的客户端Apple Id直接登录。
#9
1
- Delete your account on Xcode Preferences Accounts
- 删除您的帐户在Xcode首选项帐户
- Close Xcode
- 关闭Xcode
- Add Your account again
- 再加你的账户
- Archive
- 存档
- Submit
- 提交
#10
0
Delete your Apple ID from xocde and add it again, make sure you quite beta Xcode if you have opened, then open it again, clean, archive, validate, it works for me
从xocde中删除你的Apple ID并再次添加它,如果你打开了它,确保你的Xcode是beta的,然后再打开它,清理,归档,验证,它对我来说是有效的
#11
0
Log out of the application loader, then sign back in.
退出应用程序加载程序,然后重新登录。
Happened to me and was banging my head against the wall for hours with different combinations of signing...
碰巧发生在我身上,我用不同的手势组合在墙上敲了几个小时……
#12
0
I was using a wrong provisioning profile (old one) when hitting this error.
当遇到这个错误时,我使用了一个错误的配置文件(旧的配置文件)。
Just go member center and download current provisioning profile for AppStore distribution. Double-click to install and make sure that this profile is used when building the app.
只需访问成员中心并下载AppStore发行版的当前配置文件。双击安装并确保在构建应用程序时使用此概要文件。
#1
60
I had the same issue today. What I did is mentioned below.
我今天遇到了同样的问题。下面提到了我所做的。
Go to XCode -> Preferences -> Accounts -> Apple Ids
From that select your Apple ID, remove it, and then add it again. Quit Xcode, open it again, and then clean and archive the project.
从其中选择您的Apple ID,删除它,然后再添加它。退出Xcode,再次打开它,然后清理并归档项目。
It worked for me.
它为我工作。
Hope it works for someone else also.
希望它对其他人也适用。
EDIT
编辑
If your Apple ID is already there you can also try with refresh button for all provisioning profiles and certificates.
如果您的Apple ID已经在那里,您还可以尝试使用refresh按钮来保存所有配置文件和证书。
Then restart Xcode, clean and build the project. You'll be good to go!
然后重新启动Xcode,清理并构建项目。你可以走了!
#2
44
On Xcode 7.1 I disabled bitcode during the submission and it uploaded perfectly.
在Xcode 7.1中,我在提交过程中禁用了位码,并完美上传。
EDIT: You can also export your app archive (iOS App Store Submission) and use Application Loader (press choose button and locate your export file). There is no "Include bitcode" option, so my Guess is it's off by default in Application Loader.
编辑:你也可以导出你的app archive (iOS app Store Submission)并使用Application Loader(按下choose按钮,找到你的导出文件)。没有“包含bitcode”选项,所以我的猜测是它在应用程序加载程序中默认关闭。
#3
12
Finally i am able to upload the ipa to the iTunes store.
最后,我可以将ipa上传到iTunes store。
First of all i create ipa using Xcode 6, Export for iOS App Store Submission. Save on my mac.
首先,我使用Xcode 6创建ipa,导出iOS应用商店提交。节省我的mac。
And upload ipa using Application Loader version 2.9.1. And it was successfully uploaded to iTunes.
并使用应用程序加载程序2.9.1版本上传ipa。并被成功上传至iTunes。
May be It will help someone.
也许它会帮助某人。
#4
10
I know it is an old question, but maybe I noticed something that it might help you.
我知道这是个老问题,但也许我注意到它可能会对你有所帮助。
Today when I try to login to Itunes Connect via browser, Apple returns me a message "Your Apple ID or password was entered incorrectly." , but I'm sure that my id and pass was correct . It seems apple side problem, not ours.
今天,当我尝试通过浏览器登录Itunes Connect时,苹果给了我一条信息:“你的苹果账号或密码输入错误。”但我确信我的身份证和通行证是正确的。这似乎是苹果的问题,而不是我们的问题。
I think that there is something that it doesn't work in Apple, and it is not an Xcode bug.
我认为它在苹果中是行不通的,它也不是Xcode的错误。
I don't know why they don't warn anyone about that.
我不知道他们为什么不警告任何人。
EDIT
编辑
Now Apple updated its System Status - Apple Developer.
现在苹果公司更新了它的系统状态——苹果开发者。
#5
10
I experienced the same error when I was working from overseas and had a very slow internet connection (upload speed). In my case it had nothing to do with the credentials or refreshing of the profiles. It was just the upload speed. I had an upload speed of less that 1Mbps. I attempted multiple times without success. Then I went to a restaurant where the upload speed was 11Mbps and it worked perfectly.
当我在国外工作时,我也遇到过同样的错误,我的网速很慢(上传速度)。在我的例子中,它与凭证或概要文件的刷新无关。这只是上传速度。我的上传速度是1Mbps。我尝试了好几次都没有成功。然后我去了一家餐厅,那里的上传速度是11Mbps,运行得非常好。
#6
3
You selected developer account which don't have rights to publish. Make sure that you selecting correct one.
您选择了没有权利发布的开发人员帐户。确保你选择了正确的。
On the picture:
1. Is the agent account.
2. Member account without rights to publish.
照片:1。是代理帐户。2。成员帐户没有权利出版。
#7
2
I was also experiencing this issue last week. But that was due to iTunesConnect outage but now apple solved that issue and server working fine so you will not experience this issue. Please check and hope that will work now.
上周我也遇到了这个问题。但这是由于iTunesConnect中断,但现在苹果解决了这个问题,服务器运行良好,所以你不会遇到这个问题。请检查并希望现在能工作。
#8
1
I got this error today when trying to upload from Xcode 6. The app I tried to upload was developed for another customer, but I was admin on their account. But, now my personal Apple Developer Subscription has expired. I'm still admin on the clients account, so I could login, validate builds, download provitioning profiles, etc, but when I tried to submit I got the error described above.
我今天在尝试从Xcode 6上传时犯了这个错误。我试图上传的应用是为另一个客户开发的,但我是他们账户的管理员。但是,现在我的个人苹果开发者订阅已经过期了。我仍然是客户账户的管理员,所以我可以登录、验证构建、下载提供概要文件等等,但是当我尝试提交时,我得到了上面描述的错误。
My solution was to remove my own Apple Id and instead login using my clients Apple Id directly.
我的解决方案是删除我自己的Apple Id,而使用我的客户端Apple Id直接登录。
#9
1
- Delete your account on Xcode Preferences Accounts
- 删除您的帐户在Xcode首选项帐户
- Close Xcode
- 关闭Xcode
- Add Your account again
- 再加你的账户
- Archive
- 存档
- Submit
- 提交
#10
0
Delete your Apple ID from xocde and add it again, make sure you quite beta Xcode if you have opened, then open it again, clean, archive, validate, it works for me
从xocde中删除你的Apple ID并再次添加它,如果你打开了它,确保你的Xcode是beta的,然后再打开它,清理,归档,验证,它对我来说是有效的
#11
0
Log out of the application loader, then sign back in.
退出应用程序加载程序,然后重新登录。
Happened to me and was banging my head against the wall for hours with different combinations of signing...
碰巧发生在我身上,我用不同的手势组合在墙上敲了几个小时……
#12
0
I was using a wrong provisioning profile (old one) when hitting this error.
当遇到这个错误时,我使用了一个错误的配置文件(旧的配置文件)。
Just go member center and download current provisioning profile for AppStore distribution. Double-click to install and make sure that this profile is used when building the app.
只需访问成员中心并下载AppStore发行版的当前配置文件。双击安装并确保在构建应用程序时使用此概要文件。