Getting Started
Add the Appirater code into your project
Add the CFNetwork and SystemConfiguration frameworks to your project
Call [Appirater appLaunched:YES] at the end of your app delegate's application:didFinishLaunchingWithOptions: method.
Call [Appirater appEnteredForeground:YES] in your app delegate's applicationWillEnterForeground: method.
(OPTIONAL) Call [Appirater userDidSignificantEvent:YES] when the user does something 'significant' in the app.
Finally, set the APPIRATER_APP_ID in Appirater.h to your Apple provided software id.