From b78ef1f037e1bd14060532271a4e7f1633aaf5f9 Mon Sep 17 00:00:00 2001 From: igorbabitski <116739582+igorbabitski@users.noreply.github.com> Date: Mon, 10 Aug 2026 13:00:00 +0300 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 70c08f8..582558f 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,21 @@ The SDK offers many advantages over the APIs, including: - Automatically handles tracking of cross-device flows, using simple event handlers -## Requirements +## System Requirements -The requirements for passkey authentication include: +- iOS 13.0+ +- Xcode 13.0+ -- iOS 15.0+ (or iOS 16.0+ for passkeys) -- Xcode 13.0+ (or Xcode 14.0+ for passkeys) -- Device with registered biometrics (e.g., FaceID or TouchID) -- Device registered with the user's Apple ID -- Device with iCloud KeyChain turned on +### Passkey Authentication Requirements + +Passkey authentication requires: + +- iOS 16.0+ +- Xcode 14.0+ +- An Apple ID signed in on the device +- iCloud Keychain enabled +- Face ID, Touch ID, or another supported system user-verification method +- An Associated Domain configured with the `webcredentials` service for the relying-party domain ## Prerequisites @@ -207,4 +213,4 @@ Transmit Security, https://github.com/TransmitSecurity ## License -This project is licensed under the Apache 2.0 license. See the LICENSE file for more info. \ No newline at end of file +This project is licensed under the Apache 2.0 license. See the LICENSE file for more info.