如何在 iOS 企业帐户中创建开发人员配置文件请求?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5570849/
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
How to create a developer provisioning profile request in iOS Enterprise Account?
提问by nan0pr0be
We have iOS Enterprise Account. Right now we want to add a developer to our team, and the developer will create a developer provisioning profile. The problem is the new added developer doesn't see the Provisioning Profile tag in his apple account. Any one has any idea how does the new added developer create a provisioning profile?
我们有 iOS 企业帐户。现在我们想向我们的团队添加一个开发人员,该开发人员将创建一个开发人员配置文件。问题是新添加的开发人员在他的苹果帐户中看不到 Provisioning Profile 标签。任何人都知道新添加的开发人员如何创建配置文件?
Thanks you !!
谢谢 !!
回答by Caleb
Steps:
脚步:
- You invite the new developer to join your development team by sending an invitation from the Member Center at http://developer.apple.com/ios(There should be a "People" item on the navigation bar at the top of the page. Apple has a good screenshot in the Tools Workflow Guide)
- Developer accepts invitation.
- Developer creates a certificate signing request using Keychain Access and uploads it to the portal.
- An administrator on your team approves the certificate.
- Administrator creates a new provision profile and adds the developer, or simply adds the developer to an existing profile.
- Developer downloads signed certificate and provision profile from portal.
- 您可以通过从位于http://developer.apple.com/ios的会员中心发送邀请来邀请新开发人员加入您的开发团队(页面顶部的导航栏中应该有一个“人员”项。 Apple 在Tools Workflow Guide 中有一个很好的截图)
- 开发者接受邀请。
- 开发人员使用 Keychain Access 创建证书签名请求并将其上传到门户。
- 您团队的管理员批准证书。
- 管理员创建一个新的配置文件并添加开发人员,或者只是将开发人员添加到现有配置文件中。
- 开发人员从门户下载签名证书和配置文件。
回答by Waqas Raja
Only Agent
user type has rights to create and download App ID, certificate, and provisioning profiles.
只有Agent
用户类型有权创建和下载App ID、证书和配置文件。
Edited:due to comments from peers:-
编辑:由于同行的评论:-
The Admin
user type can only create developer provisioning profile but cannot create distribution (Adhoc
or App Store
) provisioning profile.
该Admin
用户类型只能创建开发预置简档,但无法创建分布(Adhoc
或App Store
)供应曲线。
However Member
user type can only see or download these things. They can't see any option to create or add new.
但是Member
用户类型只能看到或下载这些东西。他们看不到任何创建或添加新选项的选项。
So, you need to assign Admin
role to the new user in order to allow him to create developer provisioning profile
.
因此,您需要为Admin
新用户分配角色以允许他创建developer provisioning profile
.
回答by Marko Hlebar
I think you have to have admin permissions for that. Go to member center -> people and check if he's admin.
我认为您必须为此拥有管理员权限。转到会员中心-> 人员并检查他是否是管理员。