xcode Apple App Loader/iTunes Connect 问题
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6171618/
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
Apple App Loader/iTunes Connect Problem
提问by ryan
I recently signed up for apple's iOS dev program. The account is activated and ready. However when I try to upload an app, I go to iTunes connect, and it says:
我最近注册了苹果的 iOS 开发计划。该帐户已激活并准备就绪。但是,当我尝试上传应用程序时,我转到 iTunes 连接,它说:
"Apple ID does not have permission to access iTunes Connect."
“Apple ID 无权访问 iTunes Connect。”
and in app loader, it says:
在应用程序加载器中,它说:
"Unable to find registered user with username "[email protected]" (1001)"
“无法找到用户名为“[email protected]”的注册用户 (1001)”
Could someone tell me whats wrong?
有人能告诉我有什么问题吗?
Thanks!
谢谢!
回答by walker
I got the same error. It turned out that the username field supports more than 1 string and although it showed me only the correct username, there was the second hidden line. So, make sure your entered username has only 1 string.
我得到了同样的错误。结果表明,用户名字段支持 1 个以上的字符串,虽然它只向我显示了正确的用户名,但还有第二条隐藏线。因此,请确保您输入的用户名只有 1 个字符串。
回答by Hyman Humphries
It is something wrong on Apple's end. Try waiting 24 hours, it may take some time for their systems to update. If it still doesn't work, contact Apple. They'll be able to easily fix everything for you. Hope this helps!
苹果公司那边出了点问题。尝试等待 24 小时,他们的系统可能需要一些时间才能更新。如果仍然无效,请联系 Apple。他们将能够轻松地为您解决所有问题。希望这可以帮助!
回答by Aadil Ali
Just re-write your user name and password at the dialogue where you are getting error in xcode while uploading, and uncheck the checkbox of remember password. This way i solved my problem. :)
只需在上传时出现 xcode 错误的对话框中重新写入您的用户名和密码,并取消选中记住密码的复选框。这样我就解决了我的问题。:)
回答by ebrehault
You get this message if you only have a Development certificate. You need a Distribution certificate.
如果您只有开发证书,则会收到此消息。您需要分发证书。