使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
Google Play Developer API
您可以使用 Google Play Developer API 执行多项发布和应用管理任务。该 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
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-02-27。
[[["易于理解","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"]],["最后更新时间 (UTC):2025-02-27。"],[[["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"]]