Hello,

I'm currently developing an Android App and one of the feature of the app 
is to check for available new version programatically from Google playstore 
and inform the user if there's a new version available. I am currently 
using JSOUP to retrieve the app page's HTML content and look for the tag 
"itemprop=softwareVersion". I could then compare the version code within 
the HTML tag with the one I have on the device.

One of the examples: 
http://stackoverflow.com/questions/25201349/programmatically-check-play-store-for-app-updates

Unfortunately, when I checked the app's playstore page's HTML source code, 
I didn't find any div tag that contains "itemprop=softwareVersion" in the 
source code, which means that the example cannot be used anymore. Is it 
true that Google changed the playstore page's source code?
If so, can you suggest any other way to programatically check for available 
new version from google playstore?

Thank you

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/ce2e107a-99fd-44b8-8d67-45b994e80b72%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to