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. mockBiometricsflag andsetMockBiometrics(_:)setter, which replace Apple'sLocalAuthenticationprompt with a controllable in-process dialog for UI tests. Available in Sandbox only; the flag is silently turned off when the environment is.Production.