iOS

Summary

The 1.29.1 release introduces support for userProfileId across the Activation and Legal Documents services. This identifier is now critical for fetching user-specific legal documents and handling activation responses.

Breaking Changes

ActivationService.activate() Signature Update:

  • The activate method now returns a ResultHandler<Activation> instead of ResultHandler<Void>.

  • The success response now provides an Activation object containing userId and userProfileId.

  • All public methods (getLegalDocuments, getLegalDocumentContent, submitConsent) now require userProfileId: String as a parameter.

Last updated