【发布时间】:2018-06-12 16:14:21
【问题描述】:
我的客户将我添加到 appstoreconnect 作为应用经理和开发人员,但我仍然无法在 Xcode 中构建,也看不到我的新开发团队。
我不认为客户的开发者帐户是一个组织。
有没有什么方法可以在不获取他的帐户凭据的情况下代表他在 xcode 中存档构建?
【问题讨论】:
-
嗨@xytor。你有没有找到任何方法来做到这一点?谢谢!
我的客户将我添加到 appstoreconnect 作为应用经理和开发人员,但我仍然无法在 Xcode 中构建,也看不到我的新开发团队。
我不认为客户的开发者帐户是一个组织。
有没有什么方法可以在不获取他的帐户凭据的情况下代表他在 xcode 中存档构建?
【问题讨论】:
如果您可以在 AppStore Connect (https://appstoreconnect.apple.com) 中看到您客户的姓名,但在 Apple 开发者门户 (https://developer.apple.com) 上看不到您的客户,这意味着您的客户将其帐户创建为个人。
要检查他的帐户类型,客户应该转到他的开发者帐户,然后检查Membership部分中的Entity type:
确认自己的Entity type设置为个人后,可以通过以下一种方式请求更改:
转到this contact form (linked above) 并填写所有数据(地区、名称、网站、D-U-N-S 编号等)。您可以通过单击Membership 部分右下角的Need to edit this information? 来“手动”访问此表单。我会推荐您使用此表单,因为在您提交后,Apple 将无需就任何组织信息与您联系。
转到this contact form (linked above),选择Account updates and renewals,然后在Message 字段中写下类似的内容:
I’d like to convert my account from Individual to Organization.
This will be our only Organization account.
Here are the information regarding the company:
CEO/Director Name: First and Last Name.
Company Name: Your Company Name, including Ltd or Inc.
Account Type: Organization.
D-U-N-S Number: your Company’s DUNS number.
Address: Your Company’s Legal Address.
Phone Number: Your mobile phone or another phone number where you can be reached
根据this Quora answer,过渡过程可能需要大约 7 天 才能完成,请耐心等待。 :)
【讨论】:
要回答您问题的第一部分,您的客户需要将您添加到Apple Developer,而不仅仅是iTunes Connect。
为了简化一点,iTunes Connect 只允许您将应用程序提交到 App Store,而 Apple Developer 允许您创建证书和配置文件、签署应用程序、并分发开发和临时构建。
【讨论】: