Closed fulldecent closed 8 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.
userDidSignificantEvent
Closing, feature does not exist. I switched to Swiftyirate
The instructions at Readme.md say to put this in AppDelegate's initialize method:
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.