Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

API to automatically upload apk to Google Play? [closed]

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.

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?

like image 806
Magnus Avatar asked Feb 02 '13 19:02

Magnus


People also ask

Does Google Play store have an API?

An API for multiple mobile app stores: Android apps on Google Play and iOS apps on Apple iTunes.

Is there any official API to get app details from the Play Store?

Try this google official api: github.com/googlesamples/android-play-publisher-api/tree/master/…

Can I upload unsigned APK to play store?

It is not possible to publish unsigned APK on Google Play. 5) Generate new signed APK using keyStore file provided by your developer 6) after generating new signed APK, you can update your existing google play application by new APK.


1 Answers

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.

From the docs:

  • Uploading new versions of an app Releasing apps, by assigning APKs to various Tracks (alpha, beta, staged rollout, or production)
  • Creating and modifying Google Play Store listings, including
  • localized text and graphics and multi-device screenshots

Look here for more info: https://developers.google.com/android-publisher/

like image 173
sharshi Avatar answered Oct 19 '22 07:10

sharshi