简体   繁体   English

Google Play中的当前Android应用版本

[英]Current Android app version in Google Play

I have android apps hosted in google play. 我在Google Play中托管了Android应用。 I want to find if updates are available or not programatically along with version number. 我想找到更新是否可用,以编程方式和版本号。

Is it possible to get the current android app version in google play? 是否有可能在谷歌播放中获得当前的Android应用程序版本?

Thanks. 谢谢。

NO, GooglePlay is private. 不,GooglePlay是私有的。 You cannot get the new version from Google player service. 您无法从Google播放器服务获取新版本。

But the PlayStore application will watch for all the downloaded applications for update. 但PlayStore应用程序将监视所有下载的应用程序以进行更新。

This is not possible as google don't provide any such api. 这是不可能的,因为谷歌不提供任何这样的API。 If you want to do so then you have to create a web service which returns all your currently live apps versions and then check them in your app. 如果您想这样做,那么您必须创建一个Web服务,它返回您当前的所有实时应用程序版本,然后在您的应用程序中进行检查。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 android:应用版本到Google Play - android: app version to Google Play Android 获取 Google Play Store 应用版本 - Android get Google Play Store app version Google Play商店并不总是显示当前的应用版本 - Google Play Store not always shows current app version 如何获取 Android Play Store 的当前应用版本? - How to get the current app version of Android Play Store? 我的Android应用的Alpha版本在Google Play中不可用 - Alpha version of my Android app not available in Google Play Android应用程序向后兼容版本的Google Play服务API - Android app backward compatible version of google play services API 如果Android版本较旧,则限制用户从Google Play下载应用 - restrict a user to download the app from google play if android version is older 购买Android In App:未配置此版本的应用,以便通过Google Play计费 - Android In app purchase: This version of the application is not configured for billing through Google Play 已安装Android PWA和Google Play混合应用版本冲突 - Installed Android PWA and Google Play hybrid app version Conflict 在Google Play中更新Android应用需要更改版本和版本代码? - Updating android app in Google play requires change in both version and versioncode?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM