Skip to main content

iOS Components v3.7.0

· One min read

Adds iOS SDK feature flags, including a sandbox-only mock for biometric enrolment that makes biometric flows automatable in UI tests.

Added

  • iOS SDK feature flagging via WeavrComponentsFeatureFlags. See the feature flags guide for details.
  • mockBiometrics flag and setMockBiometrics(_:) setter, which replace Apple's LocalAuthentication prompt with a controllable in-process dialog for UI tests. Available in Sandbox only; the flag is silently turned off when the environment is .Production.