Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Find out programmatically who has given 5 star rating to our iPhone app

I see many apps saying that "if you give 5 star rating to our app you will receive 1000 coins." The user can use these coins in the downloaded app. I want to implement the same feature.

How can we determine who has given 5 star rating to our iPhone app programmatically so that we can give them coins immediately after they have given the rating?

like image 817
Warrior Avatar asked Nov 17 '11 09:11

Warrior


1 Answers

There's no official API to get reviews in iTunes, though you can get them in iTunes Connect and there are apps that scrape them (though they can be fragile). The reviews in iTunes typically show a nick name rather than anything uniquely identifiable.

So I think the short answer is you can't, at least not with 100% reliability. Also, it strikes me as the kind of "gaming" of the review system that Apple would not approve of and may reject your app for attempting.

like image 128
Stephen Darlington Avatar answered Oct 04 '22 21:10

Stephen Darlington