From 8e180623a21afb04961c815605f765ca935e51cc Mon Sep 17 00:00:00 2001 From: Danilo Priore Date: Sun, 18 Mar 2012 00:51:52 +0100 Subject: [PATCH] Add README --- README.markdown | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.markdown diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..1018327 --- /dev/null +++ b/README.markdown @@ -0,0 +1,17 @@ +**ReviewEngine 2011** + +ReviewEngine simplifies the calling to app internet page for requesting a user review of the app on the app store. To use it simply drop the two files into your code and then add one method call to get it working. + +example: + +import "ReviewEngine.h" + +[ReviewEngine gotoReviewWithAppID:@"411794191"] + +where 411794191 is the ID assigned to your application by Apple + +ReviewEngine is distributed under the terms of the Artistic License 2.0. For more details, see the full text of the license in the file LICENSE. + +Danilo Priore + +[Prioregroup.com Home Page](http://www.prioregroup.com)