Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

versionString is missing in search results #66

Open
BaseMax opened this issue Apr 28, 2016 · 5 comments
Open

versionString is missing in search results #66

BaseMax opened this issue Apr 28, 2016 · 5 comments

Comments

@BaseMax
Copy link

BaseMax commented Apr 28, 2016

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
                                )

                        )
@jr3074
Copy link

jr3074 commented May 27, 2016

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

@BaseMax
Copy link
Author

BaseMax commented May 27, 2016

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
#66 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ACiO-B8o35IqRLOmnNiPFWSxUaF5wsHwks5qFuGegaJpZM4IRo4w
.

@jr3074
Copy link

jr3074 commented May 27, 2016

did you have another way to get version of apps?

@BaseMax
Copy link
Author

BaseMax commented May 27, 2016

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:
#66 (comment)

@therealssj
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants