Skip to main content
Clears the current user ID, all user attributes, and any claim still waiting on strict verification. On iOS it also clears the SDK’s cached entitlements. A new anonymous ID is generated automatically.

Signature

Parameters

None.

Usage

You don’t need to call configure() again after reset(). The SDK keeps running under the new anonymous ID.
Your registered purchase controller survives reset(). It is app-level wiring, not user state, so logging a user out does not require registering it again.