Personal License $4.99

3 applications Binary restricted distribution Commercial use allowed Can modify source For individual developers.
Use in 3 apps max.
Read full license | More Info

Developer License $12.99

Unlimited projects Source and binary distribution Commercial use allowed Distribute modifications For companies. Use in as many apps as you like. Read full license | More Info

You need to log-in or create an account
  • Create an account
  • Log-in
  • Please use your real name.
  • Account activation link will be sent to this address.
  • Minimum 8 characters

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

Starting from $ 4.99

View Pricing 14 days money-back guarantee
(2 ratings)

Get more AppStore ratings with recurring UIAlert

Increase iPhone app sales with a recurring alert asking the user to rate the app on the AppStore.

Share and win up to $15k in prizes each month!Learn more

Share

Description

RMRecurringURLAlert

App Store ratings increases iPhone and iPad app sales on the iOS AppStore. This is a proven way to get more ratings & reviews. This Objective-C class adds a recurring UIAlert to your app asking the user to rate your iPhone app every nth time he starts it, until he taps the "Rate now" button.

Features

  • Super easy installation (no need for coding).
  • Supports Twitter, Facebook Likes and any other url instead of the app store.
  • Control how often to remind a user to rate.
  • Increases Sales.

How to use

  1. Add the files RMURLAlert.h and RMURLAlert.m to your project

  2. use it in your main viewcontroller

    #import "RMURLAlert.h"
    @implementation RootViewController
    @synthesize urlAlert;
    -(void)viewDidLoad {
        [super viewDidLoad];
    
        // init with URL and period
        self.urlAlert = [[RMRecurringURLAlert alloc] initWithURLString:@"http://itunes.apple.com/de/app/pfandrechner/id433252145?mt=8" period:3];
        // show the altert with message and button text
        [self.urlAlert
         showAlertWithMessage:@"Please rate this app!"
         deferText:@"Later"
         actionText:@"OK"];
    }
    @end
    

Use specific OpenURL schemes

You can use any link with any URLScheme, so you can ask your users to send a tweet or anything else.

Use one of the following specific url schemes instead of http://

  • itms-apps:// is the OpenURL scheme that opens the app store
  • "Tweet this" twitter://post?message=I%20bought%20this%20cool%20app

There are a lot more URL schemes one can use. Visit the following link for more information: http://wiki.akosma.com/IPhone_URL_Schemes

More information and technical support

If you need support or want to use these classes for special purposes don't hesitate to contact me:

  • email: richard at paadee dot com
  • Twitter: @RMetzler http://twitter.com/rmetzler
  • Skype: r.metzler

Questions & Comments

Leave a comment

You must be logged-in to leave a comment.
Log-in now or register for a free account.
No comments have been posted yet.
You must be logged-in to vote. Log-in to your account or register now.
View all 2 reviews »

User Reviews

  • 1 of 1 people found this review helpful
    Thanks for your support, the component work fine and the author gave me excellent support .
    - Hussain Barakat, 4 weeks ago
    Flag review
    Was this helpful? Yes No
  • 0 of 1 people found this review helpful
    The component does as advertised, but I have yet to see any results from apps in the App Store which use it (largely because none of them have been approved yet). I expect to see good results.
    - David Higgins, 2 years ago
    Flag review
    Was this helpful? Yes No

Starting from $ 4.99

View Pricing 14 days money-back guarantee