With Appirater, it allows us developers to ask the user to rate the app. There are two different settings:
static double _daysUntilPrompt = 15;
static NSInteger _usesUntilPrompt = 10;
My question is simple, do 15 days have to go by and 10 uses have to both be YES to have the alert come up? Or do they have a priority type of logic, meaning if one happens before the other, the alert will come up?
Both have to happen before it will come up