Skip to content

marzapower/appirater

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

Appirater is a class that you can drop into any iPhone app that will help remind your users to review your app on the App Store. The code is released under the MIT/X11, so feel free to modify and share your changes with the world. To find out more, check out the [project homepage] homepage.

Getting Started

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

License

Copyright 2010. [Arash Payan] arash. This library is distributed under the terms of the MIT/X11.

While not required, I greatly encourage and appreciate any improvements that you make to this library be contributed back for the benefit of all who use Appirater.

About

A utility that reminds your iPhone app's users to review the app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 62.2%
  • C 37.8%