Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to know when an user rates an iOS app/game

I am developing a game for iOS. I would like to implement a feature that allow the user rate my app and, if he does it, he will get points for my game. I know how to display an screen, menu, whatever to ask the user rate my app, but I don't know how to know when the user does it, I mean, the user completes all the process and I get my valuation.

like image 996
Juanjo Avatar asked Jun 25 '12 18:06

Juanjo


1 Answers

You will unfortunately not know this since apple won't give you the feedback on it. The best you can do is give them the "rate my app link" and attribute them with the points if they click on it. I've seen games that provided points to the user for rating and they give the points when the user clicks on the link.

like image 115
rooster117 Avatar answered Nov 12 '22 15:11

rooster117