iOS SDK 2.23.1

What's New?

With this release we added an ability for integrators to add custom data to the user profile. This custom data can later be shared across all platforms per user profile.

let sdk = EngagementSDK

sdk.setUserCustomData(data: "< data >") { result in
	switch result {
    case .success(()):
      // handle success
    case .failure(let error):
    	// handle error
}