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. ...
随机推荐
- jpeglib使用指南
您可以到http://www.ijg.org/网站下载libjpeg的源码, IJG JPEG Library就是jpeg压缩库,是以源码的形式提供给软件开发人员的,当然在软件包里也有编译好的库文件, ...
- android怎样调用@hide和internal API
android怎样调用@hide和internal API 2012-12-11 16:21 8772人阅读 评论(3) 收藏 举报 分类: Android开发(277) Android有两种类型 ...
- Servlet的生命周期,并说出Servlet和CGI的区别,Servlet与JSP的区别
一.Servlet 生命周期 1.加载 2.实例化 3.初始化 4.处理请求 5.销毁 二.Servlet与cgi的区别: Servlet处于服务器进程中,它通过多线程方式运行其service方法,一 ...
- FreeMarker教程
一.什么是模板引擎,为什么要用模板引擎 在B/S程式设计中,常常有美工和程序员二个角色,他们具有不同专业技能:美工专注于表现——创建页面.风格.布局.效果等等可视元素:而程序员则忙于创建程式的商业流程 ...
- FlexSlider插件的详细设置参数
FlexSlider是一个非常出色的jQuery滑动切换插件,它支持所有主流浏览器,并有淡入淡出效果.适合所有初级和高级网页设计师使用.不过很多人都只是使用默认的参数,今天来说说具体的参数来给大家看看 ...
- 利用Python的三元表达式解决Odoo中工资条中城镇、农村保险的问题
Python中没有像C#中有三元表达式 A?B:C 但在python中可以通过 A if condition else B 的方式来达到同样的效果. 例如 : 1 if True else 0 输出 ...
- Ubuntu 循环遍历当前目录下所有文本文件中的字符
sudo grep -n 'xxxx' -r ./*
- 客户端显示Not yet reported
No.1: IIS, WSUS, 加域的顺序,不过貌似关系不大,按照这个顺序就行了. No.2: KB2734608, KB2720211的影响,3.2.7600.256 (KB2734608), ...
- 免费api大全(更新中)
免费api大全(更新中) API大全 http://www.apidq.com/ (这个碉堡了) 天气接口 气象局接口 完整数据:http://m.weather.com.cn/data/10 ...
- 纯CSS制作三角(转)
原原文地址:http://www.w3cplus.com/code/303.html 原文地址:http://blog.csdn.net/dyllove98/article/details/89670 ...
