How can we make the \"please leave us a review in the app store\" functional PopUp in an iOS app?
Well, here's one.
These are usually done as simple UIAlertViews with three buttons (Review Now, Later, Never) with preferences stored in NSUserDefaults to indicate whether the user has already done so, whether they never wish to be asked again, etc.