# Apple Bundle IDの作成

1. [developer.apple.com](http://developer.apple.com/) にアクセスします。
2. 右上の「アカウント」をクリックして（アカウントにログインして）ください。
3. 「Certificates, Identifiers & Profiles Certificates」をクリックします。
4. 左側のメニューでIdentifiersをクリックします。
5. Identifiersヘッダーの隣にある青色の追加ボタンをクリックして新しいIDを作成します。
6. App IDを登録します。
7. 「続行」をクリックします。
8. 説明を追加します（これは内部目的のためです）。
9. バンドルIDを追加します（explicitがチェックされていることを確認してください）、および名前が正しい形式であることを確認します。形式は次のとおりです：**com.appname.ios**（ここで、appnameはアプリの名前です。例：com.instagram.ios）。
10. Capabilitiesセクション内で、下にスクロールして「Push Notifications」を選択します。**（この設定は、アプリがプッシュ通知を使用しない場合でも、ビルドが成功するために必要です。）**
11. それを登録します。
12. 次に、[appstoreconnect.apple.com](https://appstoreconnect.apple.com/) に戻ります。
13. マイアプリに戻り、「プラス」ボタンをクリックします。
14. 「新しいiOSアプリ」をクリックします。
15. アプリストアのリストに表示される名前を付けます。
16. 前述の手順で作成したこのアプリ用のバンドルIDを選択します。
17. SKUをバンドルIDと同じにします。

{% hint style="warning" %}
Appleは開発者ドキュメントでバンドルIDを**com.domainname.appname**として提案していますが、Adalo iOSアプリのバンドルIDは**com.appname.ios**の形式である必要があります（Apple DeveloperアカウントとAdaloアカウントの両方で同じであることを確認してください）。これは、Testflightプロセスが成功するためです。\
\
![](/files/I9rpET5hPdp6bjPxMMqK)\
\&#xNAN;*<mark style="color:blue;">Appleのウェブサイトの提案からのスクリーンショット</mark>*
{% endhint %}


---

# 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-bundle-id.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.
