简体   繁体   English

ios应用提交:团队ID无效

[英]Submission of ios app: invalid team id

I have a problem with the submission of an ios app on my customer itunes connect account.我在我的客户 iTunes Connect 帐户上提交 ios 应用程序时遇到问题。

Let me describs current accounts:让我描述一下经常账户:

  • My Apple Id account is joined into my organization Apple Id as admin.我的 Apple Id 帐户以管理员身份加入我的组织 Apple Id。
  • My customer has joined me in their itunes connect account with technical role.我的客户已加入我的 iTunes Connect 帐户并担任技术角色。

Now I need to submit my developed app to the itunes connect account of my customer.现在我需要将我开发的应用程序提交到我客户的 iTunes Connect 帐户。

In xcode, I have Archive and Export binaries using my apple id (and a team id).在 xcode 中,我使用我的 Apple ID(和团队 ID)存档和导出二进制文件。

When I use Application Loader to submit the IPA, Apple reject my build with this error: "Invalid team id in signature - The code signature in bundle 'BUNDLE_ID' at 'APP_NAME' has a team identifier value that is different from your team identifier '26RWXXXXXX'."当我使用 Application Loader 提交 IPA 时,Apple 拒绝我的构建并显示以下错误:“签名中的团队 ID 无效 - 'APP_NAME' 处的捆绑包 'BUNDLE_ID' 中的代码签名具有与您的团队标识符不同的团队标识符值” 26RWXXXXXX'。”

Think is normal because I want to send a signed app with with apple id account to another itunes connect account.认为是正常的,因为我想将带有 Apple id 帐户的签名应用程序发送到另一个 iTunes Connect 帐户。

But how can I submit with only itunes connect account?但是如何仅使用 iTunes Connect 帐户提交?

My customer is strict on this: "I only need the iTunes Connect account to submit the app".我的客户对此很严格:“我只需要 iTunes Connect 帐户即可提交应用程序”。

Help Please.请帮忙。

I have encountered exactly the same error today.我今天遇到了完全相同的错误。 It turns out that the client has to add the developer in both iTunes Connect and developer.apple.com/membercenter/ > People > Invitations (I missed this).事实证明,客户端必须在 iTunes Connect 和 developer.apple.com/membercenter/ > People > Invitations(我错过了这个)中添加开发者。 Otherwise the new team will not appear in Xcode > Preference > Accounts.否则新团队将不会出现在 Xcode > Preference > Accounts 中。 Only when the new team shows up, you can then sign the app with new team ID.只有当新团队出现时,您才能使用新团队 ID 签署应用程序。

In your Xcode export the binary by logging in as Admin.Xcode>> Preferences>> Account.在您的 Xcode 中,通过以 Admin.Xcode>> Preferences>> Account 身份登录来导出二进制文件。 Hope you know how to create the distribution certificate希望您知道如何创建分发证书

For more info look into this.有关更多信息,请查看此内容。 https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingCertificates/MaintainingCertificates.html https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingCertificates/MaintainingCertificates.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM