# Google Playリスティングの作成

## 開始する前に

* ネイティブの公開には ***プロフェッショナル、チーム、またはビジネスプラン*** が必要です。
* Google 開発者アカウントに関連付けられた Google アカウントでログインしてください。
* アプリのビルドが成功しており、Android App Bundle（.AAB ファイル）をダウンロードしていることを確認してください。

{% hint style="danger" %}
**重要:** リスティングを作成した後は、**決して** パッケージ名を変更しないでください。パッケージ名を変更すると、Google Play ストアはそのアップロードを完全に異なるアプリとして扱います。アプリの新しいバージョンをアップロードしたい場合は、元々公開したときと同じパッケージ名と[署名証明書](https://developer.android.com/studio/publish/app-signing)を使用する必要があります。
{% endhint %}

## 手順

1. 新しいブラウザータブで[Google Play Console](https://play.google.com/apps/publish)を開きます。
2. 左上隅の **All Apps** をクリックし、右上隅の **Create App** をクリックします。

   <div align="center"><img src="/files/uGfn7kGUevDEQCE9dGXD" alt="" width="563"></div>
3. [**App Name**](#user-content-fn-1)[^1]を入力し、アプリの **デフォルト言語**、アプリの種類（**App** または **Game**）、および **Free** または **Paid** アプリを選択します。

   ![](/files/K8MhXN5gyKZ6KVjukiaS)
4. すべての **Declarations** を承認し、右下隅の **Create App** をクリックして、アプリダッシュボードにリダイレクトされます。

   ![](/files/gFSI8bI1ATKCntMD176Q)
5. アプリのバージョンを作成する前に、アプリのコンテンツに関する詳細を入力する必要があります。***これはすべてのリリースに必要です。***
   * これは、左側のメニューの一番下までスクロールして **App Content** をクリックすることで見つけることができます。

     <div align="center"><img src="/files/4AD08t9Mxv04iq3OYziF" alt="各セクションをクリックして開始し、必要な情報を入力し、右下の保存をクリックしてから、戻る矢印を使用して残りの宣言に戻ります。すべてのセクションを完了したら、ダッシュボードに戻ります" width="563"></div>
6. [次のガイド](/ja/testing-your-app/publishing-to-the-google-play-store/upload-your-app-to-google-and-create-your-store-listing-1.md) では、Google テストトラックと新規および既存のアプリのリリースの作成について説明します。

[^1]: これはユーザーが Play ストアで見る名前です。


---

# 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-google-play-store/upload-your-app-to-google-and-create-your-store-listing.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.
