mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-14 14:23:25 +01:00
SKStoreReviewController keeps showing even though daysBeforeReminding is set to 3 and significantEventsUntilPrompt is set to 40. #76
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @the5in on GitHub (Jan 14, 2019).
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)@the5in commented on GitHub (Jan 15, 2019):
I used the wrong: userDidSignificantEvent