# Apple Developerアカウントの作成

**\*\*\* あなた自身のiOSデバイスが必要であることに注意してください**

1. 個人用のApple ID が二段階認証に設定されていることを確認してください。<https://support.apple.com/en-us/HT204915>
2. <https://appleid.apple.com/#!&page=signin> にアクセスし、Apple ID アカウントにサインインします
3. サインインしたら、<https://developer.apple.com/programs/enroll/> に移動します
4. スクロールして、すべての条件に同意することを確認します。
5. 次のページで、Apple Developer アカウントを個人用または会社/組織用にするかを選択します。
   1. アプリがビジネス向け（既存または新規）の場合は、会社/組織を選択する必要があります。これにより、将来他の人々を開発者アカウントにアクセスさせることができます。また、企業情報が個人情報ではなくアプリストアのリストに表示されます。注意：このオプションを選択するには、企業がすでに法的実体である必要があります。
   2. 会社/組織を選択した場合、Apple は組織の DUNS 番号を入力するよう求めます。
      1. 組織がすでに DUNS 番号を持っているかどうかを確認するには、こちらにアクセスしてください：<https://developer.apple.com/enroll/duns-lookup/>
      2. 持っていない場合は、こちらにアクセスしてリクエストしてください：<https://www.dnb.com/solutions/government/duns-number-request-guide.html>
         1. この手続きを行う前に、企業が法的実体である必要があります
         2. この手続きには約14営業日かかります。
6. すべての情報を入力したら、「送信」をクリックし、申請がApple によって処理されるはずです（この処理には数日かかります）


---

# 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.adalo.com/ja/testing-your-app/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.
