iOS Components v3.1.2
· One min read
Patch version that fixes an issue that occurred on initialization of the SDK, where if the project did not have Biometrics enabled in the portal, an error was returned.
Fixes
- Returns a success status on the initialization, using the UI keyUI key A public key that authorizes Weavr's Secure UI components - the inputs and displays in our Web, Android, iOS, and React Native SDKs that handle passwords, PINs, card details, and KYC/KYB flows. Unlike the API key, the UI key isn't an API credential; you don't call REST endpoints with it. It's safe to embed in client-side code, and Sandbox and Live each have their own UI key. of a project without biometrics enabled.
Adds
isBiometricsEnabledis added toUXComponentsStatus, which is the struct returned in the callback ofUXComponents.initialize.