So Ive got this idea gang.....
Ive seen some apps out there encourage users to leave ratings and reviews in the app store. They do this via popups that request the user leave positive feedback. There are actually libraries out there that you can include in your ObjC code to automatically take care of this.
This seems like it could be an easy widget to implement in MMF.
One idea is to ONLY do this to users after they have launched the app more than a few times. My thoughts are that these users are likely the ones that like the game enough to play it several times. Its a bad idea to sollicit feedback from users who only play once. Furthermore, it may be best to only ask users who play it very frequently over a short period of time.
I suppose an easy way is to store an INI on the device with some count, but what Im wondering is if something more sophisticated could be done.
Any of you doing anything like this? Furthermore, any of you have any particular features in mind for such a widget?

