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.
When using the
api.bulkDetails
method,versionString
is empty for each app I've tried so far. TheversionCode
is returned correctly. When usingapi.details
with the same apps,versionString
is set.However, I'm unsure whether this is a problem of this implementation or Googles API.