NoMore201 / googleplay-api

Google Play Unofficial Python API
Other
413 stars 208 forks source link

versionString is empty for all bulk AppDetails #58

Open Whisprin opened 6 years ago

Whisprin commented 6 years ago

When using the api.bulkDetails method, versionString is empty for each app I've tried so far. The versionCode is returned correctly. When using api.details with the same apps, versionString is set.

However, I'm unsure whether this is a problem of this implementation or Googles API.