透過集合功能整理內容
你可以依據偏好儲存及分類內容。
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 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-22 (世界標準時間)。
[[["容易理解","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"]],["上次更新時間:2024-08-22 (世界標準時間)。"],[[["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"]]