I want to know if exist a way to get the number of likes shown in App Store or Game Center. In this way I can check if a user really likes my application on Facebook.
Thanks!
|
|
|
You should be using the iTunes lookup API to get back the info you need in JSON formatted results: The link you should use for Angry Birds Rio would look like this:
|
|||
|
|
|
Using http-get you can have a look at the itunes page for the app. e.g. for angry birds rio: https://itunes.apple.com/us/app/angry-birds-rio/id420635506?mt=8&ign-mpt=uo%3D2 Then if you want to know the total rating have a look here and try to split the String to the relevant part:
|
|||
|
|