I have developed an app for GMAT exam, My first exam paper is Locked.. I want to Unlock the paper whenever the user gives a review
for my app in appstore
. Suggest me any tutorials to do that..? When User Click on the Paper It Should Ask to give a review
.. If he /she gives review
I want to Unlock the Paper.
Asked
Active
Viewed 949 times
-1

SriKanth
- 459
- 7
- 27
-
Shrikanth how do you unlock first exam paper? I mean what conditions you have to to unlock the paper – Pandey_Laxman Aug 21 '12 at 09:22
-
If user gives review for app Unlock the paper otherwise No.. This is my condition. – SriKanth Aug 21 '12 at 09:36
2 Answers
1
There is not way to detect this, since you do not know who the user is, there is not access to this. So you will not be able to check if the user reviewed your app.

rckoenes
- 69,092
- 8
- 134
- 166
-
I have seen in some of apps like "MoveTheBox" where hints are unlocked after giving the review in appstore, So I want to use Same Technique to unlock Papers. – SriKanth Aug 21 '12 at 09:24
-
Well you will have to ask that developer how they did that, since you can't get the appstore account detail in your app there is no way to check wether the use really added a review. You could doe something like @Panday_Laxman said, if you redirect the user to the review page unlock the content. But you will not be able to verify that the user really submitted a review. – rckoenes Aug 21 '12 at 09:52
0
Here is a blog that covers user app rating. http://iostipsntricks.wordpress.com/2011/05/10/how-to-get-people-to-rate-your-ios-app/
He provides links to Appirater which is a free API to handle app ratings etc.
Also, check out this post
Rating and reviews from within an IOS app
From there you could just add your own methods to unlock papers.