googleplay-api icon indicating copy to clipboard operation
googleplay-api copied to clipboard

versionString is missing in search results

Open BaseMax opened this issue 9 years ago • 5 comments
trafficstars

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
                                )

                        )

BaseMax avatar Apr 28 '16 07:04 BaseMax

ya, i got this problem too, btw did you got the way to get versionString?

jr3074 avatar May 27 '16 12:05 jr3074

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 .

BaseMax avatar May 27 '16 12:05 BaseMax

did you have another way to get version of apps?

jr3074 avatar May 27 '16 12:05 jr3074

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

BaseMax avatar May 27 '16 16:05 BaseMax

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.

therealssj avatar May 29 '16 23:05 therealssj