android - 检查 android 应用程序在 playStore 上是否有更新版本

标签 android google-play-services android-version

我想知道是否可以检查用户正在运行的应用是否是 Google PlayStore 上提供的最新版本。我读过一些答案,他们说这是不可能的,但我看到一些应用程序可以做到这一点。

有人可以告诉我该怎么做吗?我发现这是可能的。

最佳答案

事实上,Google Play 服务不会公开此类 API

但是您可以使用一种解决方法来检查较新的版本:在服务器上发出一个简单的请求就可以,解析 Play 商店页面也可以,等等。

关于android - 检查 android 应用程序在 playStore 上是否有更新版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32758425/

相关文章:

android - 包 com.unity3d.player 不存在

android - 如何解决 javax.net.ssl.SSLPeerUnverifiedException : Hostname . com 未验证:

Android SDK 管理器 - 下载 SDK 3.0 到 3.2

android - 尝试在 Android 2.3.5 和 2.3.6 上打开排行榜时,Google Play 服务 6.1.11 (....-012) 崩溃

android - ActionBar 预 hive

android - navigator.camera.getPicture 来自图库错误 "Unable to create bitmap"

android - 添加 Google Analytics 时出错

android - 无法在新的 Android Studio 项目上解析符号 GooglePlayServicesClient

java - Android Studio 2.3 Signature Step Verification v1(Jar Signature), v2(Full Apk Signature) 禁用

java - android AES/CTR/NoPadding 中的解密和密码问题