UrbanApps/Armchair

Rating popup is still displaying after rating.

hardik99 opened this issue · 1 comments

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.

Do you have debug enabled?