https://github.com/badchoice/appirater
https://github.com/badchoice/appirater
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/badchoice/appirater
- Owner: BadChoice
- Created: 2012-07-26T16:41:33.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-31T09:26:02.000Z (almost 14 years ago)
- Last Synced: 2025-04-28T16:55:55.734Z (about 1 year ago)
- Language: Objective-C
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Introduction
------------
Appirater is a class that you can drop into any iPhone app (iOS 4.0 or later) 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 2012. [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.
MonoTouch Port
--------------
[Ivan Nikitin] [ivan] has ported Appirater to MonoTouch. You can find [it here on github] [monotouchport].
[homepage]: http://arashpayan.com/blog/index.php/2009/09/07/presenting-appirater/
[arash]: http://arashpayan.com
[ivan]: https://www.facebook.com/nikitinivan
[monotouchport]: https://github.com/chebum/Appirater-for-MonoTouch