andrei200287 / SARate

SARate is a library to get positive app reviews on the AppStore.
MIT License
153 stars 44 forks source link

Where is "userDidSignificantEvent" #12

Closed fulldecent closed 8 years ago

fulldecent commented 9 years ago

The instructions at Readme.md say to put this in AppDelegate's initialize method:

//configure
[SARate sharedInstance].daysUntilPrompt = 5;
[SARate sharedInstance].usesUntilPrompt = 5;
[SARate sharedInstance].remindPeriod = 30;
[SARate sharedInstance].email = @"andrei@solovjev.com";

I only want ratings to show after the user got to a good part in my app. So I am assuming I basically put this block where userDidSignificantEvent used to be. Please confirm if this is correct.

fulldecent commented 8 years ago

Closing, feature does not exist. I switched to Swiftyirate