You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
hardik99
changed the title
After rating popup is still displaying
Rating popup is still displaying after rating.
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.
The text was updated successfully, but these errors were encountered: