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.