From b4aae14fbd7fcbfe0286bc86837b0b881b19e67f Mon Sep 17 00:00:00 2001 From: salmank Date: Sat, 25 May 2024 12:58:07 +0530 Subject: [PATCH] Embed video --- docs/biometric-authentication.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/biometric-authentication.md b/docs/biometric-authentication.md index c167ac68..8708178d 100644 --- a/docs/biometric-authentication.md +++ b/docs/biometric-authentication.md @@ -56,11 +56,18 @@ import TabItem from '@theme/TabItem'; Biometric Authentication is a security process that leverages the unique biological characteristics of individuals to verify their identities. In native applications, it is often used to provide a seamless, secure, and efficient user experience. +
+
+
+
+
+ LambdaTest now supports Biometric Authentication for real devices (iOS and android). This new feature allows you to test your application's biometric authentication functionality more accurately and ensures your app provides an optimal user experience across a range of devices and platforms. :::info **OS Version:** Biometric authentication is supported only on Android devices with OS version `11` or `above`, and on iOS devices with OS version `13` or `above`. ::: + ### Biometric Authentication APIs supported Below given is the list of Biometric Authentication APIs which are supported. Please ensure that your app uses these APIs only to enable Biometric Authentication.