We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Sometimes you want to keep it simple and hide the remind button, only showing the Rate or Don't Rate prompt. To do this, you can do one of two things:
daysBeforeReminding
Armchair.daysBeforeReminding(0)
remindButtonTitle
Armchair.remindButtonTitle(nil)
Implementing either of these settings will disable the remind button on the prompts, leaving just the "Rate" and "No, Thanks" buttons.