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?
Originally created by @sergeydi on GitHub (Apr 4, 2017).
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?
DebugEnabled will show the prompt every time by tricking the library into thinking all conditions have been met. It is meant for testing.
@coneybeare commented on GitHub (Apr 27, 2017):
`DebugEnabled` will show the prompt every time by tricking the library into thinking all conditions have been met. It is meant for testing.
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 @sergeydi on GitHub (Apr 4, 2017).
Hi,
My AppDelegate.swift:
on ViewController:
Delete app from simulator, Execute app and receive proposal to rate app. Is it correct, or I make some mistake?
@coneybeare commented on GitHub (Apr 27, 2017):
DebugEnabledwill show the prompt every time by tricking the library into thinking all conditions have been met. It is meant for testing.