Skip to main content

iOS Components v3.3.0

· One min read

Adds Italian localization, identity to WeavrSecureLoginData and makes UXComponents.resetAssociation return a @discardableResult. See the localization guide for more information.

Added

  • Added identity to WeavrSecureLoginData, containing the id and the identity type (e.g. consumersConsumers Individual persons who can be onboarded as identities on Weavr. Consumer identities represent individual customers and require Know Your Customer (KYC) verification. For consumers, the card owner and card assignee are typically the same person., corporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees.) of the user logged in as during biometrics login.
  • Added localizations for English and Italian to the SDK.

Changed

  • Updated UXComponents.resetAssociation to be a @discardableResult. You are no longer forced to handle a value that in most scenarios can be safely ignored.