Skip to main content
Clears the current user ID, cached entitlements, and all user attributes. A new anonymous ID is automatically generated.

Signature

Parameters

None.

Usage

A new anonymous user ID is auto-generated after reset(). You don’t need to call configure() again.
Your registered purchase controller survives reset(). It is build-time wiring, not user state, so logging a user out does not require re-registering it.