From 98fb6a20bd307a8c04cf7aa384629726ef2a4b7e Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Thu, 31 May 2018 09:41:03 +0100 Subject: [PATCH 1/2] Added plist info definition for Face ID --- apidoc/Identity.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/apidoc/Identity.yml b/apidoc/Identity.yml index 92adf1f..6b49b98 100644 --- a/apidoc/Identity.yml +++ b/apidoc/Identity.yml @@ -56,6 +56,26 @@ description: | } else if (TiIdentity.biometryType === TiIdentity.BIOMETRY_TYPE_TOUCH_ID) { // Touch ID authPhrase = 'Touch ID'; } + + ## Face ID (IOS only) + + For Face ID to work properly, you need to add a **``** item to the + **``** element of your `tiapp.xml` file: + + + ... + + ... + + + NSFaceIDUsageDescription + Why you need Face Id. + + + ... + + ... + ### Native Keychain Integration From 0bf5126a33d81a87cc31152bbe6f78e4c6f06acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Kn=C3=B6chel?= Date: Thu, 31 May 2018 10:51:38 +0200 Subject: [PATCH 2/2] Update Identity.yml --- apidoc/Identity.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apidoc/Identity.yml b/apidoc/Identity.yml index 6b49b98..66236cd 100644 --- a/apidoc/Identity.yml +++ b/apidoc/Identity.yml @@ -57,7 +57,7 @@ description: | authPhrase = 'Touch ID'; } - ## Face ID (IOS only) + ## Face ID Requirements (iOS only) For Face ID to work properly, you need to add a **``** item to the **``** element of your `tiapp.xml` file: @@ -67,10 +67,10 @@ description: | ... - - NSFaceIDUsageDescription - Why you need Face Id. - + + NSFaceIDUsageDescription + Why you need Face ID. + ...