googleplay-api
googleplay-api copied to clipboard
versionString is missing in search results
can we have versionString value which is present in single appDetails result but not in search result? it has only versionCode
[details] => stdClass Object
(
[appDetails] => stdClass Object
(
[packageName] => com.skype.raider
[installationSize] => 40188184
[uploadDate] => 25-Apr-2016
[file] => Array
(
[0] => stdClass Object
(
[versionCode] => 102695621
[fileType] => 0
[size] => 40188184
)
)
[versionCode] => 102695621
[numDownloads] => 50,00,00,000+ downloads
)
)
ya, i got this problem too, btw did you got the way to get versionString?
no On 27-May-2016 5:50 PM, "jr3074" [email protected] wrote:
ya, i got this problem too, btw did you got the way to get versionString?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/egirault/googleplay-api/issues/66#issuecomment-222132401, or mute the thread https://github.com/notifications/unsubscribe/ACiO-B8o35IqRLOmnNiPFWSxUaF5wsHwks5qFuGegaJpZM4IRo4w .
did you have another way to get version of apps?
no bruh, i had to get it from app details results not from search results :(
On 27/05/2016, jr3074 [email protected] wrote:
did you have another way to get version of apps?
You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/egirault/googleplay-api/issues/66#issuecomment-222133168
Yes the search results don't provide much data. This api can't go beyond what the actual play store provides. If you take a look at the play store search it will list the apps and let you install them. To install the app you need the versionCode only, the versionString being useless is not returned in the data.