---
title: "Google Play Store 凭证"
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 Store 中的唯一标识符。这是 Adapty 基本功能（如订阅处理）的必要条件。                                                                         |
| **Service account key file**      | 用于启用安全身份验证和购买验证的[密钥](create-service-account)。                                                                                                              |
| **Google Play RTDN topic name**   | 用于启用从 Play Store 发送[服务器到服务器通知](enable-real-time-developer-notifications-rtdn)的 URL，以监控并响应用户的订阅状态变化。                                          |