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

Closed
opened 2025-12-29 18:28:56 +01:00 by adam · 1 comment
Owner

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)

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)`
adam closed this issue 2025-12-29 18:28:56 +01:00
Author
Owner

@the5in commented on GitHub (Jan 15, 2019):

I used the wrong: userDidSignificantEvent

@the5in commented on GitHub (Jan 15, 2019): I used the wrong: userDidSignificantEvent
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Armchair#76