Android App Development
iOS App Development
Flutter App Development
Cross Platform App Development
Hire on-demand project developers and turn your idea into working reality.
Big thanks to Webkul and his team for helping get Opencart 3.0.3.7 release ready!
Deniel Kerr
Founder. Opencart
Top Partners
In this Blog, we will learn how to Get Current Version of the Application From Play Store.
Google does not provide any direct APIs for getting the current version from the play store and if there are then the process is too clumsy just to get version details.
How to get your app’s version name from google play store
But recently, the solution explained in this article, stopped working.
So, this blog is in continuation of the article shared above.
In the VersionChecker Class, you need to make some small changes in the “doInBackground()” method.
The New Version Checker class will be :
Hope This Helps You.
Stay tuned, Stay Super.
Keep Coding and Keep Sharing 🙂
Your email address will not be published. Required fields are marked*
Name*
Email*
Save my name email and website in this browser for the next time I comment.
For the black screen issue fixation, you need to optimize the code.
private String newVersion;
@Override protected String doInBackground(String… params) {
try { Document document = Jsoup.connect(“https://play.google.com/store/apps/details?id=” + BuildConfig.APPLICATION_ID + “&hl=en”) .timeout(30000) .userAgent(“Mozilla/5.0 (Windows; U; WindowsNT 5.1; en-US; rv1.8.1.6) Gecko/20070725 Firefox/2.0.0.6”) .referrer(“http://www.google.com”) .get(); if (document != null) { Elements element = document.getElementsContainingOwnText(“Current Version”); for (Element ele : element) { if (ele.siblingElements() != null) { Elements sibElemets = ele.siblingElements(); for (Element sibElemet : sibElemets) { newVersion = sibElemet.text(); } } } } } catch (IOException e) { e.printStackTrace(); } return newVersion; } }
I have try to this code but have getting null value only for play store version name
Please share the value of the BuildConfig.APPLICATION_ID
This Solution does not works as Google has updated their play store website and changed the dom structure, app versions are now hidden behind a modal that is dynamically loaded.
I am also looking for a solution.
Could you please help! Thanks million
We use cookies to personalize your experience. By continuing to visit this website you agree to our use of cookies. Learn more about privacy policy
The results provided were above our expectations both in deliverability timeline as well as operation. They are a top-notch company with many resources and a company we feel honoured to work with again!
Lee Seward
Founder, Gro-Connect
USA
India
Global
Name
Email
Enquiry or Requirement
If you have more details or questions, you can reply to the received confirmation email.