UrbanApps / Armchair

A simple yet powerful App Review Manager for iOS and OSX in Swift
MIT License
1.2k stars 137 forks source link

SKStoreReviewController keeps showing even though daysBeforeReminding is set to 3 and significantEventsUntilPrompt is set to 40. #128

Closed WingYn closed 5 years ago

WingYn commented 5 years ago

SKStoreReviewController keeps showing after 1 significant event, even though daysBeforeReminding(3) and significantEventsUntilPrompt(40).

Configuration is like this:

Armchair.significantEventsUntilPrompt(40) Armchair.daysUntilPrompt(0) Armchair.usesUntilPrompt(0) Armchair.daysBeforeReminding(3) Armchair.tracksNewVersions(true) Armchair.shouldPromptIfRated(false) Armchair.useStoreKitReviewPrompt(true)

WingYn commented 5 years ago

I used the wrong: userDidSignificantEvent