1

This question has been asked before and had an answer. But Google changed something on their side and now it no longer works: the softwareVersion is no longer there.

How to Programmatically check Play Store for app updates in may 2018?


Old Question and Answer:

Programmatically check Play Store for app updates

Old answer:

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

1 Answers1

0

please check this code

startActivity(new Intent(Intent.ACTION_VIEW,
                            Uri.parse("https://play.google.com/store/apps/details?id=" + appPackageName)));
Sanjeev S
  • 1,113
  • 2
  • 13
  • 33
shaheer cs
  • 25
  • 4