From:https://developer.apple.com/support/D-U-N-S/

The D-U-N-S Number is a unique nine-digit number that identifies business entities on a location-specific basis. Assigned and maintained by Dun & Bradstreet (D&B), the D-U-N-S Number is widely used as a standard business identifier.

Your D-U-N-S Number will be used to check the identity and legal entity status of your organization as part of our enrollment verification process for joining the Apple Developer Program or the Apple Developer Enterprise Program. While many types of businesses can receive a D-U-N-S Number, your business must be recognized as a legal entity (e.g., a corporation, limited partnership, limited liability company) to enter into the legal terms and obligations of Apple Developer Program agreements. DBAs, Fictitious Businesses, Trade names, and branches are not accepted.

Companies and educational institutions must provide a D-U-N-S Number registered to their legal entity, while a D-U-N-S Number is optional for government organizations. If you are enrolling as an individual, you do not need a D-U-N-S Number.

Requesting a D-U-N-S Number

D&B may have already assigned your organization a free D-U-N-S Number. Before enrolling, use theD-U-N-S Number look up tool to see if you have one. If your company is not listed, you'll have the option to submit your information to Dun & Bradstreet for a free D-U-N-S Number.

You will be asked for the following information when requesting a D-U-N-S Number using theD-U-N-S Number look up tool:

  • Legal entity name
  • Headquarters address
  • Mailing address
  • Your work contact information

As part of their verification process, a D&B representative may contact you directly for more information (e.g., type of business, number of employees). Please have your business registration documents ready.

Receiving and Managing Your D-U-N-S Number

After requesting a D-U-N-S Number, please allow up to 5 business days to receive your number from D&B. Expediting your D-U-N-S Number creation process will not shorten this waiting period. If your application has taken longer than two weeks to process, please email D&B.

Once you receive your D-U-N-S Number, please allow up to 2 business days for Apple to receive your information from D&B. After this period, you may enroll as a company/organization in the Apple Developer Program.

To update your D&B profile, please email D&B. It takes up to 14 business days for D&B to provide updated information to Apple.

During enrollment I received the message, "Your organization is not listed as a legal entity." What does this mean?

The business you entered is either listed in the D&B database with a different legal status (e.g., sole proprietorship), or its legal status has not been verified. When enrolling, make sure to use the legal entity name of your organization, as Apple does not accept DBAs, Fictitious Businesses, Trade names, or branches for enrollment as a company/organization. If your legal status is a sole proprietorship/single person business, enroll as an individual. If you believe your business should be listed as a legal entity, have your business registration documents ready and email D&B. Complete business registration documents are required to verify your organization's legal status.

apple developer D-U-N-S® Number的更多相关文章

  1. 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 ...

  2. 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 ...

  3. Apple Developer Program Roles Overview

    Apple Developer Program Roles Overview There are three roles that can be assigned to Apple Developer ...

  4. 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. 解决办法 登 ...

  5. Apple Developer申请成功

    上周日白天,我去申请了Apple Developer.我先是在百度上浏览了一些经验教程,但是点进苹果开发者官网时却发现完全不是那么一回事.盖因它的页面经常在变,如同现在苹果在主推tvOS这个对中国用户 ...

  6. iWatch报错: Missing com.apple.developer.healthkit entitlement

    今天开发iWatch项目,报错: Optional (Error "Missing come.apple.developer.healthkit entitlement.") Us ...

  7. Apple Developer swift教程学习笔记

    https://developer.apple.com/library/ios/referencelibrary/GettingStarted/DevelopiOSAppsSwift/Lesson6. ...

  8. My Apple Developer Library Catalog

    Objective-C & Memory Management:Programming with Objective-CConcepts in Objective-C ProgrammingM ...

  9. xcode选择开发者时"The Apple Developer Program License Agreement has been updated"

    解决方法:进入开发者中心查看红色提示信息,同意就行

随机推荐

  1. 洛谷P2458 保安站岗

    传送门啦 分析: 树形dp刚刚入门,这是我做的第一个一个点同时受父亲节点和儿子节点控制的题目. 由于这个题中某一个点放不放保安与父亲和儿子都有关系(因为线段的两个端点嘛),所以我们做题时就要考虑全面. ...

  2. 编程六月定律 | 外刊IT评论网

    编程六月定律 上周,我被迫对一个很老的项目做一些修改.麻烦是,当开始着手时,我真的记不清这个项目究竟有多老了. 这实际上是我使用Codeigniter实现的第一个MVC项目.打开项目文件后,很多东西都 ...

  3. git clone 某个分支或者所有分支

    clone 某个分支: git clone -b  dev5   https://git.coding.net/aiyongbao/tradepc.git clone 所有分支:   git   cl ...

  4. python开发学习-day13(js、jQuery)

    s12-20160409-day13 *:first-child { margin-top: 0 !important; } body>*:last-child { margin-bottom: ...

  5. Linux查看使用端口的进程

    netstat –apn | grep 8080 lsof -i:8080

  6. Java去重字符串的两种方法以及java中冒号的使用

    package com.removesamestring; import java.io.BufferedWriter; import java.util.ArrayList; import java ...

  7. 牛客网 桂林电子科技大学第三届ACM程序设计竞赛 C.二元-K个二元组最小值和最大-优先队列+贪心(思维)

    链接:https://ac.nowcoder.com/acm/contest/558/C来源:牛客网 小猫在研究二元组. 小猫在研究最大值. 给定N个二元组(a1,b1),(a2,b2),…,(aN, ...

  8. [CodeChef - STREETTA] The Street 李超线段树

    大致题意: 给出两个序列A,B,A初始为负无穷,B初始为0,有三种操作 1.在A上区间[u,v]上加一个等差数列,取与原本A序列的最大值. 2.在B上区间[u,v]上加一个等差数列. 3.给出一个点X ...

  9. [js]变量与数据类型篇

    一.变量 在JavaScript中就用一个变量名表示变量,变量名是大小写英文.数字.$和_的组合,不能用数字开头.变量名也不能是JavaScript的关键字: 1.变量的声明 (1)var:申明一个变 ...

  10. linux安装及配置c++的opencv库

    linux安装及配置c++的opencv库 前言: 最近想搞个机器视觉的比赛,要求是linux+opencv环境,没有做过opencv开发的我配置环境就配了两天,看来很多乱七八糟的博客,终于装好了.网 ...