-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExample-Info.plist
More file actions
29 lines (24 loc) · 1.24 KB
/
Copy pathExample-Info.plist
File metadata and controls
29 lines (24 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- ============================================ -->
<!-- NFC CONFIGURATION (Add to your host app) -->
<!-- ============================================ -->
<!-- Required: Explanation shown to user when requesting NFC access -->
<key>NFCReaderUsageDescription</key>
<string>This app needs NFC to read passport data for identity verification</string>
<!-- Required: ISO7816 application identifiers for passport chip reading -->
<key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key>
<array>
<string>A0000002471001</string> <!-- eMRTD application -->
<string>A0000002472001</string> <!-- Additional passport ID -->
</array>
<!-- ============================================ -->
<!-- CAMERA CONFIGURATION (Also required) -->
<!-- ============================================ -->
<!-- Required: For MRZ scanning and photo capture -->
<key>NSCameraUsageDescription</key>
<string>Camera is needed to scan passport MRZ and capture identity photos</string>
</dict>
</plist>