---
title: "Google Play ストアの認証情報"
description: "サブスクリプション管理をスムーズに行うために、Adapty で Android 設定を構成します。"
---

Adapty Android SDK を動作させるには、いくつかのパラメーターを設定する必要があります。

  <img src="/assets/shared/img/f6d76ec-app-settings_android.webp"
  style={{
    border: '1px solid #727272', /* border width and color */
    width: '700px', /* image width */
    display: 'block', /* for alignment */
    margin: '0 auto' /* center alignment */
  }}
/>

| フィールド                      | 説明                                                                                                                                                                                          |
| :------------------------------ | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Package name**                | パッケージ名は、Google Play ストアにおけるアプリの一意の識別子です。サブスクリプション処理など、Adapty の基本機能に必要です。                                                                   |
| **Service account key file**    | 購入の安全な認証と検証を有効にするための[キー](create-service-account)です。                                                                                                                  |
| **Google Play RTDN topic name** | Play ストアからの[サーバー間通知](enable-real-time-developer-notifications-rtdn)を有効にし、ユーザーのサブスクリプションステータスの変化を監視・対応するために使用する URL です。             |