satismeter / satismeter-ios

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

Is there a way for cancel the satismeter when user logout? #23

Closed sainttail closed 3 years ago

sainttail commented 3 years ago

We only add satismeter during user logged in only so that mean we call identifyUser: after the logged in.

But I can't seem to find a way to clear this identifyUser: when logged out.

jsedlacek commented 3 years ago

@sainttail Currently, there is no way to clear the user.

We're only identifying and checking the survey targeting only once right after the identifyUser is called. Thus, clearing after logout should not be needed.