dweinstein / node-google-play

Get details and download apps from https://play.google.com by emulating an Android (Nexus 5X) device by default. For a rust version of this library check out https://github.com/dweinstein/rs-google-play
MIT License
269 stars 84 forks source link

RequestError for paid apps #28

Closed dweinstein closed 8 years ago

dweinstein commented 8 years ago
± gp-download-info com.mojang.minecraftpe
RequestError: The Play Store application on your device is outdated and does not support this purchase.
newhouse commented 8 years ago

Hi @dweinstein , I'm getting this error/message a lot now as well after updating to gpapi 3.4.0 to correct a different problem relate to changes in the api and what's returned by gpapi.downloadInfo(). Any clue if this is something that can be solved on the gpapi side? Or is this something where G knows about the device's Play Store version based on login device, etc? Any help would be much appreciated!

dweinstein commented 8 years ago

@newhouse try checking in with a newer device / os version (and using that Android ID) or with http://www.onyxbits.de/dummydroid. do you have any example package names that are failing for you?

It may be time to collect some traces from a newer device/OS version. this library is based on a collection from an older device and app store version.

dweinstein commented 8 years ago

@newhouse can you retry with 3.4.1 and let me know?

newhouse commented 8 years ago

@dweinstein apologies for not following up. I think it's gone away now. Thanks for your continued development on this project!