satismeter / satismeter-ios

SatisMeter iOS SDK
https://satismeter.com
MIT License
7 stars 6 forks source link

Give a way to force showing the survey #11

Closed jsedlacek closed 7 years ago

jsedlacek commented 8 years ago

Let's give users a way to force showing the survey for testing purposes.

From our customer:

Give a way to test the display of the popup. We aren't able to trigger it correctly by adjusting the createdAt date for testing.

jsedlacek commented 8 years ago

Can we use something like this? Or do you recommend other approach?

[[SatisMeter sharedInstance] identifyUserWithUserId: @"007"
                             writeKey: @"K7eMIPEXyPMlG7fu"
                             andTraitsDictionary: traitsDictionary]
                             forceSurvey: YES;