Important facts about commercial licenses

  • Licenses are perpetual. They do not expire and do not need to be renewed.
  • Licenses can be upgraded. You can upgrade to a more expensive license later paying only the difference in cost.
  • Pay attention to the distribution type - Hosted (sites / servers), binary (applications) or source (includes all the others). Choose according to your needs (more below).
  • All licenses allow commercial use unless otherwise indicated.
  • Read the full license by clicking on the icon.
  • Read more about licenses in our handy license guide.
$4

Personal License

3 applications Binary restricted distribution
$12

Developer License

Unlimited projects Source and binary distribution
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.

(2 ratings)

Get more AppStore ratings with recurring UIAlert

Get more AppStore ratings with recurring UIAlert
Developed by Richard Metzler, Released May 26, 2011

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

Objective-C

Tags: app store , increase sales , ios , iphone

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
View all 2 reviews »

User Reviews

  • 1 of 1 people found this review helpful Hussain Barakat 4 weeks ago
    Thanks for your support, the component work fine and the author gave me excellent support .
    Flag
    Was this helpful? Yes No
  • 0 of 1 people found this review helpful David Higgins 2 years ago
    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.
    Flag
    Was this helpful? Yes No

Questions & Comments


Or enter your name and Email
No comments have been posted yet.
You must be logged-in to vote. Log-in to your account or register now.