How do you prompt the user to rate your iphone app without waiting for them to delete the app?

raf picture raf · Jan 6, 2010 · Viewed 29.2k times · Source

I am referring to the popup window that asks the user to submit a review/rating.

I know it can be done since the Aardark app does it...it asks several times in fact! (Almost too spammy.) But there has to be an API to trigger the rating request? Google is giving me no love on this one.

Answer

Tammen Bruccoleri picture Tammen Bruccoleri · Feb 8, 2010

I would check out the Appirater project that Arash Payan has put together.

Pretty much handles the checking and displaying of the "rate my app" prompt, and brings the user right into the review portion of your app on the App Store.

It's a very clean, and elegant way to provide that minimum barrier so that your users are more likely to submit reviews of your app.

Hope this helps...