I’m doing a iPhone app and there are review requests from within the app. I want to show the requests only when the review link is accessible. (You cannot expect users to give reviews when there’s no network at all.) How to achieve this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use Reachability to check network status:
http://developer.apple.com/library/ios/#samplecode/Reachability/Introduction/Intro.html
However, you might want to read my recent blog post about getting 5 star reviews and re-think your strategy:
http://thedistance.co.uk/journal/2012-01/how-to-get-more-5-star-app-reviews
[Spoiler: Don’t use modal alerts]