Apple Developer Program Roles Overview
Apple Developer Program Roles Overview
There are three roles that can be assigned to Apple Developer Program members: Team Agent, admin, or member. These roles are used to assign certain responsibilities to a developer, such as accepting program agreements, inviting additional members, creating certificates, and submitting apps to iTunes Connect. The admin and member roles are only available to developers enrolled as an organization, since they may have multiple people on their team.
Team Agent
The Team Agent (the original enrollee) is the primary contact for the development team, and is responsible for accepting all Apple Developer Program agreements as well as renewing memberships.
Admin (company/organization only)
Admins serve as a secondary contact for teams enrolled as an organization. They can invite members to the team, assign roles, and access membership resources and benefits.
Member (company/organization only)
Members have access to membership resources and benefits, such as development certificates, pre‑release software, and technical support.
There is also a "No Access" designation, prohibiting team members from accessing the resources and benefits of a specific program. This allows the Team Agent or an admin to delineate responsibilities between multiple program memberships. Learn more about adding and managing team members
Access and Responsibilities | Agent | Admin | Member |
---|---|---|---|
Download available GM and Pre-Release Software | |||
Purchase and Submit Technical Support Incidents (TSI) | |||
Access Developer Forums | |||
Invite Members and Assign Roles (company only) | |||
Enroll in Additional Developer Programs | |||
Accept Developer Program Agreements | |||
Renew Program Memberships |
iOS Developer Program | Agent | Admin | Member |
---|---|---|---|
Download Development Provisioning Profiles | |||
Submit Certificate Signing Request | |||
Approve Certificate Signing Requests | |||
Create Development Provisioning Profiles | |||
Register, Configure, and Delete App IDs | |||
Add and Disable Device UDIDs | |||
Create an iOS Distribution Certificate and Distribution Provisioning Profiles | |||
Create Certificates for Apple Push Notification service and Pass Type IDs | |||
Submit Apps and App Updates to iTunes Connect |
Mac Developer Program | Agent | Admin | Member |
---|---|---|---|
Download Development Provisioning Profiles | |||
Submit Certificate Signing Request | |||
Approve Certificate Signing Request | |||
Create Development Provisioning Profiles | |||
Register, Configure, and Delete App IDs | |||
Add and Disable Mac Device UUIDs | |||
Create Certificates for Apple Push Notification service | |||
Create Mac App Distribution and Mac Installer Distribution Certificates | |||
Create Distribution Provisioning Profiles | |||
Submit Apps and App Updates to iTunes Connect | |||
Create Developer ID Certificates |
Safari Developer Program | Agent | Admin | Member |
---|---|---|---|
Create Safari Extension Certificates | |||
Submit Safari Extensions to the Safari Extensions Gallery |
Apple Developer Program Roles Overview的更多相关文章
- iOS----------The Apple Developer Program License Agreement has been updated.
The Apple Developer Program License Agreement has been updated. In order to access certain membershi ...
- Program License Agreement updated/The updated Apple Developer Program License Agreement needs to be reviewed.
Apple APP添加新APP时提示The updated Apple Developer Program License Agreement needs to be reviewed. 解决办法 登 ...
- xcode选择开发者时"The Apple Developer Program License Agreement has been updated"
解决方法:进入开发者中心查看红色提示信息,同意就行
- Apple Developer Registration and DUNS Number Not Accepted
Now that I have my Mac and app source code. I’m ready to start working on my first app. The next ste ...
- apple developer D-U-N-S® Number
From:https://developer.apple.com/support/D-U-N-S/ The D-U-N-S Number is a unique nine-digit number t ...
- Apple individual program 加入之后的玩法 官方资源
Apple individual program 加入之后的玩法 官方资源 0. 开发资源文档 0.1 开发文档: https://developer.apple.com/support/res ...
- Apple Developer申请成功
上周日白天,我去申请了Apple Developer.我先是在百度上浏览了一些经验教程,但是点进苹果开发者官网时却发现完全不是那么一回事.盖因它的页面经常在变,如同现在苹果在主推tvOS这个对中国用户 ...
- iWatch报错: Missing com.apple.developer.healthkit entitlement
今天开发iWatch项目,报错: Optional (Error "Missing come.apple.developer.healthkit entitlement.") Us ...
- Apple Developer swift教程学习笔记
https://developer.apple.com/library/ios/referencelibrary/GettingStarted/DevelopiOSAppsSwift/Lesson6. ...
随机推荐
- c语言字符串操作,及常用函数
一,字符串操作 1 . strcpy : 拷贝 char *stpcpy(char *destin, char *source); 2 . strcat : 拼接 char *strcat(char ...
- JS让input按钮不能点击
<input value="开通" type="button" id="tijiao" class="button" ...
- post可以直接把get请求代入到目标url中
Feigong --非攻 非攻 取自<秦时明月>--非攻,针对不同情况自由变化的武器 Feigong,针对各种情况自由变化的mysql注入脚本 Feigong,In view of the ...
- Lucene实战(第2版)》
<Lucene实战(第2版)>基于Apache的Lucene 3.0,从Lucene核心.Lucene应用.案例分析3个方面详细系统地介绍了Lucene,包括认识Lucene.建立索引.为 ...
- 对于默认 Windows NT 安装的 SID 值
https://support.microsoft.com/en-us/kb/163846/zh-cn
- iOS dispatch_source_t的理解
Dispatch Source是GCD中的一个基本类型,从字面意思可称为调度源,它的作用是当有一些特定的较底层的系统事件发生时,调度源会捕捉到这些事件,然后可以做其他的逻辑处理,调度源有多种类型,分别 ...
- 小红伞和virtualbox5.0.10冲突
win7 sp1 64bit 旗舰版:virtual box 5.0.10 提示 error in supr3hardNtChildWaitFor……Timed out after 60001 ms ...
- Redis 笔记与总结1 安装部署
NoSQL 使用场景: 1.对数据高并发读写 2.对海量数据的高效率存储和访问 3.对数据的高可扩展性和高可用性 Redis 通常被称为数据结构服务器,因为键可以包含字符串(strings).哈希(h ...
- Away3D引擎学习笔记,持续更新
(1). 准备工作,一些必须知道的东西 (创建时间:2014-06-05) A.必要的开发语言基础.至少要懂点ActionScript 3.0语法(ActionScript 3.0语法及API参考), ...
- 【转载】python3.0与2.x之间的区别
python3.0与2.x之间的区别: 1.性能 Py3.0运行pystone benchmark的速度比Py2.5慢30%.Guido认为Py3.0有极大的优化空间,在字符串和整形操作上可以取得很好 ...