简体   繁体   English

由XCode管理的配置文件

[英]Provisioning profile managed by XCode

I let XCode manage the provisioning profiles automatically by entering my account details into Preferences > Account. 通过在“首选项”>“帐户”中输入我的帐户详细信息,我可以让XCode自动管理配置文件。 Now what should I do to allow a team member to compile the app into a device (whose UDID is already added), if I don't want to give him the account password? 现在,如果我不想为他提供帐户密码,该如何允许团队成员将该应用程序编译到设备中(已添加UDID)?

The certificat and key are already exported to .p12. 证书和密钥已经导出到.p12。

I tried to find the provisioning profile (Preferences > Account > View Details > Provisioning Profiles > Show in Finder) and sent it to him, but it still doesn't work. 我试图找到预配置文件(“首选项”>“帐户”>“查看详细信息”>“预配置文件”>“在Finder中显示”)并将其发送给他,但仍然无法正常工作。

Apple's recommended approach for this is to have the developer create their own developer account (if they don't already), and then add them as a team member on your "team". Apple推荐的方法是让开发人员创建自己的开发人员帐户(如果尚未创建),然后将其作为团队成员添加到您的“团队”中。 You can do this through the "People" tab in Member Center. 您可以通过会员中心中的“人员”标签来实现。 You probably only want to grant them the role of "Member", which would allow them to get the certificates and profiles, but not allow them to create their own provisioning profiles / IDs, Certificates. 您可能只想授予他们“成员”角色,这将允许他们获取证书和配置文件,但不允许他们创建自己的供应配置文件/ ID,证书。

For more information, see Apple's site: https://developer.apple.com/support/ios/account-management.php 有关更多信息,请访问Apple网站: https : //developer.apple.com/support/ios/account-management.php

For information on the roles, see this link: https://developer.apple.com/programs/roles/ 有关角色的信息,请参见以下链接: https : //developer.apple.com/programs/roles/

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

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