You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used to call Amplitude.instance().setUserId(nil) when the user logs out, but this method no longer accepts nil. What's the recommended approach for logout scenarios? We want to disassociate the user from the device. We were also called Amplitude.instance().clearUserProperties(). Does this method just clear local device state, or does it also clear all user properties in your service/dashboard?
The text was updated successfully, but these errors were encountered:
Summary
We used to call
Amplitude.instance().setUserId(nil)
when the user logs out, but this method no longer acceptsnil
. What's the recommended approach for logout scenarios? We want to disassociate the user from the device. We were also calledAmplitude.instance().clearUserProperties()
. Does this method just clear local device state, or does it also clear all user properties in your service/dashboard?The text was updated successfully, but these errors were encountered: