API to automatically upload apk to Google Play?(API自动将apk上传到Google Play?)
问题描述
是否有任何 API 或工具可以让我自动将 APK 上传到 Google Play?我想自动将自定义应用发布到我的帐户,而无需任何手动步骤或图形界面.
Is there any API or tool that enables me to automatically upload an APK to Google Play? I want to automatically publish customized apps to my account without any manual steps or graphical interface.
我四处搜索,但找不到任何 API 用于执行此操作(仅 android-publisher 但它不支持发布,尽管它的名字).有没有人已经解决了这个问题,似乎是一个基本功能?
I searched around but could not find any API for doing this (only android-publisher but it doesn't support publishing, despite its name). Did anyone solve this already, seems like a basic feature?
推荐答案
截至今天有一个新的官方发布 API 允许您上传到任何频道(即 alpha、beta...)或更新标题和描述等等.
As of today there is a new official publishing API That allows you to upload to any channel (ie. alpha, beta...) or update title and description and more.
来自文档:
- 上传应用的新版本发布应用,方法是将 APK 分配到各种轨道(alpha、beta、分阶段推出或生产)
- 创建和修改 Google Play 商店列表,包括
- 本地化文本和图形以及多设备屏幕截图
查看此处了解更多信息:https://developers.google.com/android-publisher/
Look here for more info: https://developers.google.com/android-publisher/
这篇关于API自动将apk上传到Google Play?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!