arashpayan / appirater

A utility that reminds your iPhone app's users to review the app.

Home Page:http://arashpayan.com/blog/2009/09/07/presenting-appirater/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`appLaunched` should respect `canPromptForRating` parameter in debug mode

manide opened this issue · comments

When turning debug mode on with [Appirater setDebug:YES] then [Appirater appLaunched:NO] always shows the rating dialog; ignoring the canPromptForRating parameter that is set to NO here. I expect the dialog to be NOT shown in this case.