# App Store用スクリーンショットの作成

アプリストア用の効果的なスクリーンショットを作成することは、潜在的なユーザーを引き付けるために重要です。これらの画像は、アプリのビジュアルプレビューを提供するだけでなく、その主な利点、機能、およびユーザーエクスペリエンスを伝えることもできます。以下は、アプリストア用に魅力的なスクリーンショットを作成するためのステップバイステップガイドです：

### 必要条件

1. アプリをレビューに提出するためには、特定のスクリーンショットサイズが必要です。
2. スクリーンショットは、アプリのTestflightバージョンを使用した物理デバイスで撮影する必要があります。
3. Appleは、[スクリーンショットリファレンスガイド](https://developer.apple.com/help/app-store-connect/reference/screenshot-specifications)で必要な仕様を提供しています。
4. スクリーンショットは、新しいアプリをレビューに提出する際にのみ変更できます。既存のスクリーンショットを編集することはできません。なぜなら、それらはアプリの現在のバージョンを反映していない可能性があるためです。

### 手順

1. Testflightでアプリを開きます。これは、Appleの[スクリーンショットリファレンスガイド](https://developer.apple.com/help/app-store-connect/reference/screenshot-specifications)の要件を満たすiPhoneで行う必要があります。
2. ユーザーにアプリのビジュアルプレビューを提供するスクリーンショットを撮影します。
3. 撮影したスクリーンショットを、レビューに提出したいアプリのApple Store Connectバージョンにロードします。

{% hint style="danger" %}
Appleのスクリーンショットの仕様は非常に具体的ですので、スクリーンショットを編集したり切り取ったりしないことをお勧めします。これにより仕様が変更され、使用できなくなる可能性があります。
{% 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/creating-screenshots-for-the-app-store.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.
