ios 您无权使用此服务iTunes应用上传错误

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/28248496/
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 04:37:11  来源:igfitidea点击:

You are not authorised to use this service iTunes app upload error

iosiphonexcodexcode6app-store-connect

提问by Pradhyuman Chavda

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 月下旬 Apple“用户和角色”更新到 iTunesConnect 以来,一些人一直遇到错误消息“iTunes Store 操作失败”和“您无权使用此服务”。

This happens when using XCode 6 and 7

使用 XCode 6 和 7 时会发生这种情况

enter image description here

在此处输入图片说明

Previously i was able to upload app using the same iTunes account.

以前我可以使用相同的 iTunes 帐户上传应用程序。

采纳答案by Pradhyuman Chavda

Finally i am able to upload the ipa to the iTunes store.

最后,我可以将 ipa 上传到 iTunes 商店。

First of all i create ipa using Xcode 6, Export for iOS App Store Submission. Save on my mac.

首先,我使用 Xcode 6 创建 ipa,为 iOS App Store 提交导出。保存在我的 mac 上。

And upload ipa using Application Loader version 2.9.1. And it was successfully uploaded to iTunes.

并使用 Application Loader 2.9.1 版上传 ipa。它已成功上传到iTunes。

May be It will help someone.

可能它会帮助某人。

回答by Manthan

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 已经存在,您还可以尝试为所有配置文件和证书使用刷新按钮。

Then restart Xcode, clean and build the project. You'll be good to go!

然后重新启动Xcode,清理并构建项目。你会很高兴去的!

回答by Tibidabo

On Xcode 7.1 I disabled bitcodeduring the submission and it uploaded perfectly. enter image description here

在 Xcode 7.1 上,我在提交过程中禁用了bitcode,它上传得很好。 在此处输入图片说明

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.

编辑:您还可以导出您的应用存档(iOS App Store 提交)并使用 Application Loader(按选择按钮并找到您的导出文件)。没有“包含位码”选项,所以我猜它在 Application Loader 中默认是关闭的。

回答by Luca D'Alberti

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 Connectvia 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 时,Apple 向我返回一条消息“您的 Apple ID 或密码输入不正确。”,但我确定我的 ID 和密码是正确的。这似乎是苹果方面的问题,而不是我们的问题。

I think that there is something that it doesn't work in Apple, and it is notan Xcode bug.

我认为有些东西在 Apple 中不起作用,而且它不是Xcode 错误。

I don't know why they don't warn anyone about that.

我不知道他们为什么不警告任何人。

EDIT

编辑

Now Appleupdated its System Status - Apple Developer.

现在Apple更新了它的System Status - Apple Developer

回答by stacconi

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 的餐厅,它运行良好。

回答by Alexey Bondarchuk

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. 无发布权的会员账号。

enter image description here

在此处输入图片说明

回答by AppAspect

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 中断,但现在苹果解决了该问题并且服务器运行良好,因此您不会遇到此问题。请检查并希望现在可以使用。

回答by jcubero

  1. Delete your account on Xcode Preferences Accounts
  2. Close Xcode
  3. Add Your account again
  4. Archive
  5. Submit
  1. 在 Xcode Preferences Accounts 上删除您的帐户
  2. 关闭 Xcode
  3. 再次添加您的帐户
  4. 档案
  5. 提交

回答by Johan Nordberg

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 上传时遇到此错误。我尝试上传的应用程序是为另一位客户开发的,但我是他们帐户的管理员。但是,现在我的个人 Apple Developer Subscription 已过期。我仍然是客户帐户的管理员,因此我可以登录、验证构建、下载配置文件等,但是当我尝试提交时,出现了上述错误。

My solution was to remove my own Apple Id and instead login using my clients Apple Id directly.

我的解决方案是删除我自己的 Apple Id,而是直接使用我的客户 Apple Id 登录。

回答by facebook-100000347310614

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 处于测试版状态,然后再次打开它,清理、存档、验证,它对我有用