API自动将apk上传到Google Play?

2023-11-09移动开发问题
12

本文介绍了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?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

如何在 COCOS2d Android 中使用 CClistview?
How can I use CClistview in COCOS2d Android?(如何在 COCOS2d Android 中使用 CClistview?)...
2024-08-12 移动开发问题
5

cocos2d-android:如何显示分数
cocos2d-android: how to display score(cocos2d-android:如何显示分数)...
2024-08-11 移动开发问题
7

从 Iphone Native Client 使用 Google App Engine 进行身份验证
Authenticate with Google App Engine from an Iphone Native Client(从 Iphone Native Client 使用 Google App Engine 进行身份验证)...
2024-08-11 移动开发问题
4

Sqlite 数据库未从资产文件夹 Android 复制
Sqlite database not copied from asset folder Android(Sqlite 数据库未从资产文件夹 Android 复制)...
2024-04-15 移动开发问题
8

SQLite 数据库副本在由设备而不是模拟器生成时出现损坏
SQLite Database Copy Appears Corrupted When Generated by Device and not Emulator(SQLite 数据库副本在由设备而不是模拟器生成时出现损坏)...
2024-04-15 移动开发问题
4

安卓文件拷贝
Android file copy(安卓文件拷贝)...
2024-04-15 移动开发问题
6