@trustchex/react-native-sdk 1.162.7 → 1.162.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -63,11 +63,14 @@ module.exports = {
|
|
|
63
63
|
```xml
|
|
64
64
|
<!-- Permissions -->
|
|
65
65
|
<key>NSCameraUsageDescription</key>
|
|
66
|
-
<string>
|
|
66
|
+
<string>The app captures images of your ID, passport, and face, and records a video for
|
|
67
|
+
secure identity verification and ensure compliance with KYC regulations.</string>
|
|
67
68
|
<key>NSMicrophoneUsageDescription</key>
|
|
68
|
-
<string>
|
|
69
|
+
<string>The app records a video with audio for secure identity verification and ensure
|
|
70
|
+
compliance with KYC regulations.</string>
|
|
69
71
|
<key>NFCReaderUsageDescription</key>
|
|
70
|
-
<string>NFC
|
|
72
|
+
<string>The app securely reads ID or passport data using NFC to verify your identity and
|
|
73
|
+
ensure compliance with KYC regulations.</string>
|
|
71
74
|
|
|
72
75
|
<!-- NFC Configuration -->
|
|
73
76
|
<key>com.apple.developer.nfc.readersession.formats</key>
|
package/package.json
CHANGED