0

I have an iOS Application and whenever a user rates the application in the app store then i need to get the rating details.

For Eg; If a user gives 4 star ratings then i need to get that value.I need that value for some functionalities in my application.

Is there any API to get these values.....?

pnuts
  • 58,317
  • 11
  • 87
  • 139
Jobins John
  • 1,265
  • 23
  • 45
  • 1
    possible duplicate of [Find out programmatically who has given 5 star rating to our iPhone app](http://stackoverflow.com/questions/8164965/find-out-programmatically-who-has-given-5-star-rating-to-our-iphone-app) – Shamas S Sep 15 '15 at 12:06

2 Answers2

5

There is a way you can find the customer Reviews with rating of the application.The API url is below.

https://itunes.apple.com/us/rss/customerreviews/id=284882215/sortBy=mostRecent/json

You need to specify your AppId instead of 284882215.

Vikky
  • 914
  • 1
  • 6
  • 16
Asha Dhola
  • 116
  • 2
2

Nope. There is no way for you to find out what was the rating that the user gives at AppStore.

Shamas S
  • 7,507
  • 10
  • 46
  • 58