UrbanApps / Armchair

A simple yet powerful App Review Manager for iOS and OSX in Swift
MIT License
1.2k stars 137 forks source link

Armchair.showPrompt() shows without counting significant Events #90

Closed sergeydi closed 7 years ago

sergeydi commented 7 years ago

Hi, My AppDelegate.swift:

 Armchair.appID("myAppID")
 Armchair.debugEnabled(true)
 Armchair.significantEventsUntilPrompt(200)

on ViewController:

Armchair.showPrompt()
or
Armchair.showPromptIfNecessary()

Delete app from simulator, Execute app and receive proposal to rate app. Is it correct, or I make some mistake?

coneybeare commented 7 years ago

DebugEnabled will show the prompt every time by tricking the library into thinking all conditions have been met. It is meant for testing.