Instance Method

logOut()

Logs out the Purchases client, clearing the saved appUserID.

Declaration

func logOut() async throws -> CustomerInfo

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