> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/nfc-wallet-sdk-android/ja/help/knowledge-base/deploy-your-app-to-the-google-play-store.md).

# アプリを Google Play ストアに公開する

## 概要

このガイドを使用してあなたの **デジタルウォレットアプリケーション** を Google Play に公開します。

アプリケーション署名に特に注意してください。署名証明書は **アプリケーションバインディングキー** に影響し、NFC ウォレットで使用されます。

{% hint style="warning" %}
オンボーディング後に署名キーを変更すると、デバイスで NFC ウォレットの処理が失敗する可能性があります。

Google Play の署名設定を Thales に登録したキーと一致させてください。
{% endhint %}

## 前提条件

開始する前に:

* 次へのアクセス権があることを確認してください [Google Play Console](https://play.google.com/console/).
* Android App Bundle (AAB) または APK のどちらを公開するか決めてください。
* 次を確認してください **アプリケーションバインディングキー** あなたが Thales と共有したキー。
  * 参照してください [アプリケーションバインディングキーを計算する](/nfc-wallet-sdk-android/ja/help/knowledge-base/compute-the-application-binding-key.md).

## Google Play Console でアプリを作成する

1. を開きます [Google Play Console](https://play.google.com/console/).
2. を選択します **すべてのアプリ** > **アプリを作成**.
3. デフォルトの言語を設定します。
4. Google Play に表示されるアプリ名を入力します。
5. アプリが **アプリ** かどうかを選択します **または**.
6. ゲーム **アプリが** 無料 **か**.
7. 有料
8. エンドユーザー向けの連絡用メールアドレスを追加します。
9. を選択します **アプリを作成**.

## 必要な申告とストア掲載情報を設定する

アプリのダッシュボードを使用して、次の必須セクションを完了します:

* ストア掲載の詳細
* アプリコンテンツに関する質問票
* アプリのアクセスとプライバシーに関する申告
* 対象年齢とコンテンツ評価

Google は必須項目が完了するまでリリース作成をブロックします。

## リリースを作成する（クローズドテスト）

1. Google Play Console で、を選択します **すべてのアプリ** > あなたのアプリ。
2. 左側のメニューで、を選択します **テスト** > **クローズドテスト**.
3. (オプション) 新しいテストトラックを作成し、次にを選択します **新しいリリースを作成**.

### アプリ署名を設定する

エンドユーザーにインストールされるバージョンを Google Play によって署名する方法に一致するオプションを選択してください。

{% tabs %}
{% tab title="AAB（Google 推奨）" %}
Google Play アプリ署名を使用する場合は、必ず **アプリ署名キー** が Thales に登録したキーと一致することを確認してください。

で **アプリ整合性** > **アプリ署名**を選択し、 **Java キーストアからキーをエクスポートしてアップロード**.

画面の指示に従って署名キーをアップロードしてください。
{% endtab %}

{% tab title="APK" %}
APK を公開する場合は、Google Play アプリ署名を使用するかどうかを決めてください。

もしあなたが **Play アプリ署名をオプトアウト** する場合、アップロードした APK がエンドユーザーにインストールされる APK になります。

APK の署名キーが Thales に登録したキーと一致することを確認してください。
{% endtab %}
{% endtabs %}

### アーティファクトをアップロードしてロールアウトを開始する

1. ビルドアーティファクトをアップロードします:
2. リリース名を入力します **リリースの詳細**、次にを選択します **保存**.
3. を選択します **リリースを確認**.
4. 警告とエラーを確認し、次にを選択します **ロールアウトを開始**.

あなたのリリースは現在レビューのために送信されました。

Google が承認した後、テスター（クローズドテスト）に配布するか、プロダクションロールアウトに進むことができます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.payments.thalescloud.io/nfc-wallet-sdk-android/ja/help/knowledge-base/deploy-your-app-to-the-google-play-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.
