UrbanApps / Armchair

A simple yet powerful App Review Manager for iOS and OSX in Swift
MIT License
1.2k stars 137 forks source link

Rating popup is still displaying after rating. #97

Open hardik99 opened 7 years ago

hardik99 commented 7 years ago

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 7 years ago

Do you have debug enabled?