# Adaloでビルドを開始

1\) Adaloに入り、左のツールバーでLaunchタブをクリックし、iOSアプリ領域を展開します

![](/files/nOrALZbA9S0qbn1WVi99)

2\) アップデート設定をクリックしてポップアップモーダルを起動します。

3\) Appleの資格情報を入力します

1. バンドルID
2. [Apple Developerアカウントを作成](/ja/testing-your-app/publishing-to-the-apple-app-store/create-your-apple-developer-account.md)する際に使用したApple IDアカウントのメールアドレスとパスワード。
3. [前のステップ](/ja/testing-your-app/publishing-to-the-apple-app-store/create-your-adalo-app-specific-password.md)で作成したAdaloの「アプリ固有パスワード」を入力します。
4. 次へをクリックします

{% hint style="info" %}
バンドルIDを追加する際は、バンドルIDの前後にスペースが含まれていないことを確認してください。これによりビルドが失敗する可能性があります。
{% endhint %}

![](/files/6sWVqRGTgBVNDWMH0NXF)

4\) iOSアプリの設定を入力します

1. 表示名
   1. ユニークなアプリ名を選択し、アプリを正確に説明するキーワードを割り当て、システムを操作するために商標登録された用語、人気のあるアプリ名、またはその他の関連のないフレーズを詰め込まないでください。
   2. アプリ名は30文字以内に制限され、価格、用語、またはアプリ名ではない説明を含めてはいけません。
   3. <mark style="background-color:red;">アプリ名に'\~'や""などの特殊文字を含めることはできません。これによりAdalo Builder内でのビルドが失敗する可能性があります。</mark>
2. 起動画面のグラフィックと背景色（注意：ユーザーがアプリを開くときに数秒間表示されるもの）
3. アプリの権限リクエストを構成します。
   1. Appleは、アプリがユーザーのカメラ、写真、および位置情報の使用を要求する場合、これらの機能の使用方法について説明を提供することを要求しています。これらは必須です。
   2. 各権限をクリックしてテキストをカスタマイズします。事前入力された情報は例であり、アプリをレビューに提出するために使用することはできません。
   3. ***注意:** ユーザーはカメラ、通知、および位置情報の許可を求められますが、写真ライブラリの許可についてはプロンプトが表示されません。これは、権限で「一度だけ写真選択」が許可されているためです。*
4. iOS設定を保存するをクリックします

![](/files/B4Or5E4lSda643hPihHs)

5\) Start New Testflight Buildをクリックします

![](/files/nOrALZbA9S0qbn1WVi99)

6\) Testflightでアプリがテスト可能になると、メールが届きます。

Appleの以下の記事でTestflightでアプリをテストする方法について詳しく読むことができます：<https://help.apple.com/app-store-connect/#/devdc42b26b8>

注意：以下のようなAppleからのメールが表示される場合がありますが、これは警告であり、アプリの公開を妨げるものではありません。

![](/files/5q7wQ5FWItpnKuBomMRg)


---

# 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/start-your-build-in-adalo.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.
