RFRateMe

Public Domain License
Objective-C
iOS

Powered by Appetize.io.

1 image

Author

Description

RFRateMe will help you promote your iPhone/iPad app without irritating your users. It's very simple to install, use and configure (If you need to change the default behavior).

How To Get Started
  1. Drag and drop RFRateMe Class into your project.
  2. Drag and drop UIAlertView+NSCookbook Class into your project.
  3. #import "RFRateMe.h"
  4. Call the class method whenever you want to show the alert:

      [RFRateMe showRateAlert];
    

You can also call:

      [RFRateMe showRateAlertAfterTimesOpened:3];

or

      [RFRateMe showRateAlertAfterDays:7];
Features
  • If the user chooses "Rate now" or "No, thanks" alert won't be shown again.
  • If the user chooses "Remind me later" they will get the alert after 3 (Default) days.
Configuration

#define kNumberOfDaysUntilShowAgain 3

#define kAppStoreAddress @"https://itunes.apple.com/us/app/jobsy/id687059035"

#define kAppName @"MyApp"

Tags