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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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?