0

I have two APKs added to the Play Store with the same version code. one for the devices which have SIM slot, and the other one for devices don't having SIM slot. I am using below code to check the latest verision on Play Store :

Jsoup.connect("https://play.google.com/store/apps/details?id=" + context.getPackageName()/* + "&hl=en"*/)

But getting error due to two different APKs on Play Store. Also tried AppUpdater without any success.

Your help would be appreciated.

  • https://stackoverflow.com/questions/34309564/how-to-get-app-market-version-information-from-google-play-store – Amit Vaghela Dec 16 '17 at 13:27
  • Possible duplicate of [Checking my app version programmatically in Android market](https://stackoverflow.com/questions/12091534/checking-my-app-version-programmatically-in-android-market) – Viktor Yakunin Dec 16 '17 at 13:32
  • Use this link [here](https://stackoverflow.com/questions/34823475/how-to-get-latest-version-of-android-app-from-google-playstore?answertab=active#tab-top "this text appears when you mouse over")! – ChandraShekhar Kaushik Dec 16 '17 at 13:37
  • It doesn't work. –  Dec 18 '17 at 07:54

0 Answers0