Skip to main content

Set User Attributes

Use this methode to save any app or user related data to the appmate database. This api accepts a (key, value) dictionary that allows you to set any kind of data to be used in the future proccesses.

Request#

Parameter NameType
userAttributes[String : Any]
PurchaseClient.shared.setUserAttributes(["userName": "john appleseed",                                                 "userEmail": "john@example.com"])