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
Post a Comment