# Create Your Apple Developer Account

**\*\*\* note that you need your own iOS device**

1. Go to <https://appleid.apple.com/#!&page=signin> and sign into your Apple ID account&#x20;
2. Once signed in go to <https://developer.apple.com/programs/enroll/>&#x20;
3. Scroll down and check to agree to all of the terms.
4. Then on the next page choose whether you want your Apple Developer account to be an individual or a company/organization.
   1. &#x20;You should choose company/organization if your app is for a business (either existing or new).  This will allow you to invite other people to have access to the developer account in the future.  It will also mean that the company information is shown in the app store listing rather than your personal information.  Note: Your company must already be a legal entity for you to choose this option.
   2. If you chose company/organization, Apple will require you to enter your organization's DUNS number.
      1. To see if your organization already has a DUNS number go here: <https://developer.apple.com/enroll/duns-lookup/>
      2. If you don’t have one go here to request one: \
         <https://www.dnb.com/en-us/smb/duns/get-a-duns.html>
         1. Note that your company must be a legal entity before doing this
         2. This process will take about 14 business days.&#x20;
5. Once you’ve filled everything out click “Submit” and your application should now be processing with Apple (this should take a couple days to process)

{% embed url="<https://youtu.be/8qQCu6PzNac>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.twinr.dev/publish-apps/publishing-to-the-apple-app-store/create-your-apple-developer-account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
