Tim Traversy

Results 19 comments of Tim Traversy

Oh, you're showing a custom dialog and displaying the release notes. This is tricky because the play store actually inserts `` elements between lines, instead of returning a string with...

Sorry what I mean is that the Play Store text element looks like this: ``` New feature X New feature Y ``` When I scrape this text, I only collect...

No, the plugin doesn't do this. I also don't think it is possible to do that exactly, because the iTunes API only reports the most recent uploaded version of the...

Yes looks like it, thanks for reporting. This will probably break the plugin until I determine the new HTML elements.

Unfortunately, there is not an easy fix for this. The new Play Store listing design does not include the app version number. For example: https://play.google.com/store/apps/details?id=com.google.android.apps.cloudconsole There may be some other...

Good catch. That's closer, but that HTML element is only shown after a Javascript function is triggered, so we wouldn't be able to scrape it with a simple HTTP request...

https://pub.dev/packages/webdriver is a possibility. Right now, I'm leaning towards turning off Android support and releasing a version without it. But I'll give it another day to see if anything comes...

If anyone is up for a challenge: 1. Go to random app with no reviews - https://play.google.com/store/apps/details?id=com.aakenya.testapp 2. Look at page source - view-source:https://play.google.com/store/apps/details?id=com.aakenya.testapp 3. CTRL-F for the version number...

To those this is breaking: you will have to release a new version of your apps to fix this issue. I would recommend just doing that now, and removing the...