Search
Goodies

Social Networks
Designs I Like
« Looking for the offending line of code - how I do it | Main | Shipping an app with NSLog statements - maybe not »
Monday
May162011

Using iRate in your app - asking for user reviews

This weekend I noticed many iOS apps are using the same kind of alert to ask the user for a review.

I started to look on GitHub and found out a very useful library called "iRate". Usage is very simple. Add the iRate.h/iRate.h to your project. Then, modify your application +initialize delegate method with the following lines of code:
These ivars have the following meaning: wait 5 days before asking a review from the user and wait for at least 10 application usage. If the user tap Remind me later, then wait 3 days before asking a review again. You can set a debug flag ON in order to bring the alert every time to do proof reading. Very nice.

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>