Reputation: 865
Is there an api which would help me gather all the review information from playstore, given the app name? The requirement is to replicate a screen more or less similar to the Playstore "Detailed Review" screen(attached here for quick reference).
Any help is appreciated.
Upvotes: 0
Views: 90
Reputation: 550
I am confused. Do you want to create a screen that has the layout of the screen you attached or do you want to be able to read the actual review and do something with them? If it is the latter, then there is no Play Store API unfortunately. It probably has to do with privacy issues, I think. If you want a screen that has the same layout, then I don't think you need to gather the review information.
I searched around and I found this: https://code.google.com/p/android-market-api/
There is more information about the Play Store API here: Is there a way to see that a user has submitted a review to the Android Marketplace?
Upvotes: 1