Skip to content

Commit

Permalink
Updated README with Google group info and ports list
Browse files Browse the repository at this point in the history
  • Loading branch information
Arash Payan committed Feb 1, 2013
1 parent 0930139 commit 2a19b79
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Expand Up @@ -2,8 +2,8 @@ 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].
modify and share your changes with the world. Read on below for how to get started. If you need any help using,
the library check out the [Appirater group] [appiratergroup].


Getting Started
Expand All @@ -30,6 +30,10 @@ Appirater provides class methods to configure its behavior. See [`Appirater.h`]
[Appirater setDebug:YES];
```
Help and Support Group
----------------------
Requests for help, questions about usage, suggestions and other relevant topics should be posted at the [Appirater group] [appiratergroup]. As much as I'd like to help everyone who emails me, I can't respond to private emails, but I'll respond to posts on the group where others can benefit from the Q&As.
License
-------
Copyright 2012. [Arash Payan] [arash].
Expand All @@ -38,12 +42,18 @@ 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
Ports for other SDKs
--------------
[Ivan Nikitin] [ivan] has ported Appirater to MonoTouch. You can find [it here on github] [monotouchport].
A few people have ported Appirater to other SDKs. The ports are listed here in hopes that they may assist developers of those SDKs. I don't know how closesly (if at all) they track the Objective-C version of Appirater. If you need support for any of the libraries, please contact the maintainer of the port.
+ MonoTouch. [Github] [monotouchport]
+ Corona SDK. [Github] [coronasdkport]
+ Titanium SDK. [Github] [titaniumport]
[appiratergroup]: http://groups.google.com/group/appirater
[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
[Appirater.h]: https://github.com/arashpayan/appirater/blob/master/Appirater.h
[monotouchport]: https://github.com/chebum/Appirater-for-MonoTouch
[coronasdkport]: https://github.com/aliasgar84/Appirater
[titaniumport]: https://github.com/mpociot/TiAppirater

0 comments on commit 2a19b79

Please sign in to comment.