Rating popup is still displaying after rating. #62

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

Originally created by @hardik99 on GitHub (May 19, 2017).

I have rated the application, then also popup is still displaying.

Here is my code:
Armchair.appID(appId) Armchair.appName(Constant.appName) Armchair.significantEventsUntilPrompt(5) Armchair.tracksNewVersions(true) Armchair.shouldPromptIfRated(false) Armchair.debugEnabled(true) Armchair.usesAnimation(true)

also I am facing one problem:
Armchair.userDidSignificantEvent { (status) -> Bool in return false }
not able to get the value of keys.

Originally created by @hardik99 on GitHub (May 19, 2017). I have rated the application, then also popup is still displaying. Here is my code: ` Armchair.appID(appId) Armchair.appName(Constant.appName) Armchair.significantEventsUntilPrompt(5) Armchair.tracksNewVersions(true) Armchair.shouldPromptIfRated(false) Armchair.debugEnabled(true) Armchair.usesAnimation(true) ` also I am facing one problem: `Armchair.userDidSignificantEvent { (status) -> Bool in return false } ` not able to get the value of keys.
Author
Owner

@coneybeare commented on GitHub (Jun 15, 2017):

Do you have debug enabled?

@coneybeare commented on GitHub (Jun 15, 2017): Do you have debug enabled?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Armchair#62