java - How to get app rating of an app on the play store? -


how can app rating (stars) of application published on play store?

something like

public int getcurrentaverageapprating(string packagename) 

that return example 3,50 (three , half stars)

thanks

there no offical api know of. can suggest using unoffical one: https://code.google.com/p/android-market-api/ don't know how reliable or work.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -