Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrismiles/appirater
A utility that reminds your iPhone app's users to review the app.
https://github.com/chrismiles/appirater
Last synced: about 1 month ago
JSON representation
A utility that reminds your iPhone app's users to review the app.
- Host: GitHub
- URL: https://github.com/chrismiles/appirater
- Owner: chrismiles
- Fork: true (arashpayan/appirater)
- Created: 2010-09-27T05:37:58.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-09-27T05:42:03.000Z (about 14 years ago)
- Last Synced: 2023-03-11T12:02:13.765Z (almost 2 years ago)
- Language: Objective-C
- Homepage: http://arashpayan.com/blog/index.php/2009/09/07/presenting-appirater/
- Size: 91.8 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome - appirater - A utility that reminds your iPhone app's users to review the app. (etc)
- awesome - appirater - A utility that reminds your iPhone app's users to review the app. (etc)
README
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: http://arashpayan.com/blog/index.php/2009/09/07/presenting-appirater/Getting Started
---------------
1) Add the Appirater code into your project
2) Add the CFNetwork and SystemConfiguration frameworks to your project
3) Call [Appirater appLaunched] at the end of your app delegate's application:didFinishLaunchingWithOptions: method.
4) Finally, set the APPIRATER_APP_ID in Appirater.h to your Apple provided software id.License
-------
Copyright 2008. Arash Payan (http://arashpayan.com)
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.