Instance Method

logOut(completion:)

Logs out the Purchases client, clearing the saved appUserID.

Declaration

@objc func logOut(completion: ((CustomerInfo?, Error?) -> Void)?)

Discussion

This will generate a random user id and save it in the cache. If this method is called and the current user is anonymous, it will return an error.

See Also

Identifying Users