以编程方式检查Play商店的应用更新,可能是2018年

时间:2018-05-01 10:19:06

标签: android

之前已经问过question答案。但谷歌改变了他们自己的一些东西,现在它已经不再适用了:softwareVersion不再存在。

如何在2018年5月以编程方式检查Play商店的应用更新?

旧问答:

Programmatically check Play Store for app updates

Old answer

dependencies {
    compile 'org.jsoup:jsoup:1.8.3'
}

1 个答案:

答案 0 :(得分:0)

请检查此代码

startActivity(new Intent(Intent.ACTION_VIEW,
                            Uri.parse("https://play.google.com/store/apps/details?id=" + appPackageName)));