API自动将apk上传到Google Play?

API to automatically upload apk to Google Play?(API自动将apk上传到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?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Dropbox Files.download does not start when number of files in folder is gt; 1000(当文件夹中的文件数为1000时,Dropbox Files.Download不会启动)
How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)