2013-02-05 66 views
0

我是一個團隊管理員,我試圖讓Xcode請求並下載一個分發(而不是開發)證書。然而,根據Apple的文檔,它似乎需要成爲「團隊分銷商」才能做到這一點。根據Apple的Provisioning文檔,什麼是團隊分銷商?

If you are the team distributor, Xcode requests and downloads your team’s distribution certificate, in addition to downloading your development certificate. 

http://developer.apple.com/library/ios/#recipes/xcode_help-devices_organizer/articles/obtain_certificates_and_provisioning_profiles.html

我無法找到經銷商團隊的文檔中其他任何地方。團隊管理員可以通過Xcode下載開發證書嗎?

回答

1

Provisioning Portal中只有三個角色,定義爲by the documentation

團隊成員,團隊管理員和團隊代理。代理人高於管理員,但唯一的特權是能夠接受法律文件。因此,任何團隊管理員都可以下載+創建開發或分發證書,或接受任何團隊成員的請求。

團隊成員可以申請開發證書並下載開發配置文件。

相關問題