1

I have seen some apps with a button to rate the app. It brigs them to a page that always them to rate that app.

I can't figure out how to do this. Does anybody know how to do this? I fred googling it.

Ted pottel
  • 6,869
  • 21
  • 75
  • 134
  • http://stackoverflow.com/questions/2015470/how-do-you-prompt-the-user-to-rate-your-iphone-app-without-waiting-for-them-to-d – Kyle_at_QP Mar 23 '12 at 16:29

3 Answers3

2

The most well known way to do this is an open source library called AppIRater, but I have also seen iRate and people roll their own versions of the simple code.

Nick Lockwood
  • 40,865
  • 11
  • 112
  • 103
coneybeare
  • 33,113
  • 21
  • 131
  • 183
1

Use Appirater by Arash Payan. It's easy and clean ;)

http://arashpayan.com/blog/2009/09/07/presenting-appirater/

gergonzalez
  • 2,488
  • 1
  • 22
  • 21
  • If there are two identical answers, it is advised that you choose the one that was written first as the accepted answer. – coneybeare Mar 23 '12 at 22:50
  • You're welcome, that's why we're here. @coneybeare I think we asked the question at same time b/c I didn't see your answer, even that my only intention was help. Sorry if I bothered you :( – gergonzalez Mar 24 '12 at 10:35
1

Appirater is good, but using the Game Center is better, because it allows to rate inside the app (without switching to iTunes). Check out Apple's GameCenter API.

Maxim Lavrov
  • 326
  • 5
  • 14
  • Can you give some more detailed links to the methods or way of doing you are talking about ? – Oliver Jul 07 '12 at 10:44
  • You can open any your iPhone game with Game Center and open Game Center then. You'll see 5 stars and you can rate an app there. I haven't figured it out in code yet, but this is the way I'm going to dig in next versions. Hope this is helpful. – Maxim Lavrov Jul 16 '12 at 18:52