Considerations and Limitations
Device Limitations
BiometricsService doesn’t manage biometrics data and checking itself. Instead, it makes available certain biometrics capabilities of the underlying platform (Android or iOS) and hardware (phone or other mobile device). While the features provided by BiometricsService are the same across both platforms, they’re subject to some platform-specific quirks and minor differences.
Development Considerations
You can certainly develop the user experience for your component on a desktop or laptop development system. But be sure to test biometrics functionality on the physical devices on which you plan to deploy your Lightning app.
BiometricsService Considerations
BiometricsService is built on top of mobile operating system and device features. BiometricsService’s capabilities therefore depend on Android or iOS features, which are subject to change beyond our control. When mobile operating system features change, the behavior of BiometricsService can change without notice.