From 82983f122082e362615066b6b7d215fdbdefb51c Mon Sep 17 00:00:00 2001 From: RobinFarmer <80266735+RobinFarmer@users.noreply.github.com> Date: Thu, 1 May 2025 09:29:54 +0200 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 138572c..a8a2966 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,21 @@ Edit the file `ios/{project-name}/Info.plist` and add the `NSCameraUsageDescript ... ``` +In case you would like to use NFC also add the `com.apple.developer.nfc.readersession.iso7816.select-identifiers` key: + +``` +... +com.apple.developer.nfc.readersession.iso7816.select-identifiers + +A0000002471001 +A0000002472001 +00000000000000 + +... +``` + +**Important**: When using NFC also add "Near Field Communication Tag Reading" capability to your app using the Signing & Capabilities pane of the project editor. + ### Flutter Add `klippa_identity_verification_sdk` as a dependency in your pubspec.yaml file.