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.
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.