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

Closed
opened 2025-12-29 18:28:44 +01:00 by adam · 1 comment
Owner

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?

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?
adam closed this issue 2025-12-29 18:28:45 +01:00
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Armchair#55