透過集合功能整理內容
你可以依據偏好儲存及分類內容。
Google Play Developer API
您可以使用 Google Play Developer API 執行許多發布工作和應用程式管理工作。其中包含下列兩種元件:
訂閱和應用程式內購
您可以使用 Google Play Developer API 管理下列項目:
你可以使用這些資源查看購買狀態,以及修改和取消定期購買項目。
如要進一步瞭解如何在 Android 應用程式中銷售訂閱項目,請參閱 Android 開發人員網站上的「Google Play 應用程式內結帳服務」。
Publishing API
您可以透過 Google Play Developer Publishing API 自動進行與應用程式製作和發布相關的常態工作,其中包括類似開發人員可以在 Play 管理中心取得的功能,例如:
- 上傳新版本的應用程式
- 透過將 APK 指派至各種「測試群組」 (Alpha 版、Beta 版、階段推出版本或正式版) 來發布應用程式
- 建立及修改 Google Play 商店資訊,包括本地化文字、圖片、多裝置螢幕截圖
這些工作透過新的編輯功能執行,而此功能會透過事務管理方法進行變更,亦即將多項變更合併為單一草稿編輯,然後一次提交所有變更 (這些變更在提交編輯之前不會生效)。
開始使用
如要開始使用 Google Play Developer API,請參閱「入門」頁面。
您可以使用 Java 和 Python 程式庫,管理與 Publishing API 的互動。我們在「用戶端程式庫和程式碼範例」頁面中提供程式碼範例。如果您使用其他語言,可以直接透過 HTTP 存取 REST API。
如果您在使用 Google Play Developer API 時遇到問題,我們很樂意提供協助。
其他 API
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-08-11 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-08-11 (世界標準時間)。"],[[["The Google Play Developer API enables you to manage in-app purchases and subscriptions, as well as automate app publishing and management tasks."],["It encompasses the Subscriptions and In-App Purchases API and the Publishing API, providing functionalities similar to the Play Console."],["You can use it to manage in-app products, subscriptions, check purchase statuses, modify recurring purchases, upload new app versions, release apps to various tracks, and create or modify Play Store listings."],["Google offers comprehensive documentation, client libraries, and code samples to assist developers in integrating and utilizing the API's features."],["Further APIs are available for managing game services, retrieving quality reports, replying to reviews, automating permissions, controlling Play Games Services metadata, and tracking voided purchases."]]],["The Google Play Developer API manages app publishing and in-app purchases. It features two main components: Subscriptions and In-App Purchases API, enabling management of product catalogs, purchase status, and recurring purchases; and the Publishing API, automating app uploads, releases via tracks (alpha, beta, production), and Play Store listing modifications. Changes through edits are bundled and committed at once. Java and Python client libraries, or direct REST API access, are available for integration.\n"]]