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 (Consumer). Individual people who can be onboarded as customers on Weavr. Consumer customers require Know Your Customer (KYC) verification. For consumers, the card owner and card assignee are typically the same person., corporatesCorporates (Corporate Identity). Business entities that can be onboarded as customers on Weavr. Corporate customers 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.