I want to know if Armchair show alert to rate automatic when configure the Armchair.significantEventsUntilPrompt(2) and Armchair.userDidSignificantEvent(true). Or I need to call Armchair.showPrompt() to show alert?
You need 2 significant events to show, and it would also have to be the default time after installation. I would suggest reading through the default values in the readme.
I want to know if Armchair show alert to rate automatic when configure the
Armchair.significantEventsUntilPrompt(2)
andArmchair.userDidSignificantEvent(true)
. Or I need to callArmchair.showPrompt()
to show alert?