mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-14 14:23:25 +01:00
Rating popup is still displaying after rating. #62
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 @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.
@coneybeare commented on GitHub (Jun 15, 2017):
Do you have debug enabled?