You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ios/verusMobile/Info.plist
+30-10
Original file line number
Diff line number
Diff line change
@@ -48,16 +48,36 @@
48
48
</dict>
49
49
</dict>
50
50
</dict>
51
-
<key>NSCameraUsageDescription</key>
52
-
<string>Verus Mobile needs access to the camera to scan QR codes, and to allow you to add images to your locally encrypted personal profile</string>
53
-
<key>NSFaceIDUsageDescription</key>
54
-
<string>Enabling Face ID allows you quick and secure access to your account.</string>
55
-
<key>NSMicrophoneUsageDescription</key>
56
-
<string>Verus Mobile needs access to the camera to scan QR codes</string>
57
-
<key>NSPhotoLibraryAddUsageDescription</key>
58
-
<string>The user can save QR code invoices to their photo library.</string>
59
-
<key>NSPhotoLibraryUsageDescription</key>
60
-
<string>The user can use the photo library to add images to their locally encrypted personal profile</string>
51
+
<key>NSAppleMusicUsageDescription</key>
52
+
<string>The app does not request this permission or utilize this functionality but it is included in our info.plist since our app utilizes the react-native-permissions library, which references this permission in its code.</string>
53
+
<key>NSBluetoothAlwaysUsageDescription</key>
54
+
<string>The app does not request this permission or utilize this functionality but it is included in our info.plist since our app utilizes the react-native-permissions library, which references this permission in its code.</string>
55
+
<key>NSBluetoothPeripheralUsageDescription</key>
56
+
<string>The app does not request this permission or utilize this functionality but it is included in our info.plist since our app utilizes the react-native-permissions library, which references this permission in its code.</string>
57
+
<key>NSCalendarsUsageDescription</key>
58
+
<string>The app does not request this permission or utilize this functionality but it is included in our info.plist since our app utilizes the react-native-permissions library, which references this permission in its code.</string>
59
+
<key>NSCameraUsageDescription</key>
60
+
<string>Verus Mobile needs access to the camera to scan QR codes, and to allow you to add images to your locally encrypted personal profile</string>
61
+
<key>NSContactsUsageDescription</key>
62
+
<string>The app does not request this permission or utilize this functionality but it is included in our info.plist since our app utilizes the react-native-permissions library, which references this permission in its code.</string>
63
+
<key>NSFaceIDUsageDescription</key>
64
+
<string>Enabling Face ID allows you quick and secure access to your account.</string>
65
+
<key>NSLocationAlwaysUsageDescription</key>
66
+
<string>The app does not request this permission or utilize this functionality but it is included in our info.plist since our app utilizes the react-native-permissions library, which references this permission in its code.</string>
67
+
<key>NSLocationWhenInUseUsageDescription</key>
68
+
<string>The app does not request this permission or utilize this functionality but it is included in our info.plist since our app utilizes the react-native-permissions library, which references this permission in its code.</string>
69
+
<key>NSMicrophoneUsageDescription</key>
70
+
<string>Verus Mobile needs access to the camera to scan QR codes</string>
71
+
<key>NSMotionUsageDescription</key>
72
+
<string>The app does not request this permission or utilize this functionality but it is included in our info.plist since our app utilizes the react-native-permissions library, which references this permission in its code.</string>
73
+
<key>NSPhotoLibraryAddUsageDescription</key>
74
+
<string>The user can save QR code invoices to their photo library.</string>
75
+
<key>NSPhotoLibraryUsageDescription</key>
76
+
<string>The user can use the photo library to add images to their locally encrypted personal profile</string>
77
+
<key>NSSiriUsageDescription</key>
78
+
<string>The app does not request this permission or utilize this functionality but it is included in our info.plist since our app utilizes the react-native-permissions library, which references this permission in its code.</string>
79
+
<key>NSSpeechRecognitionUsageDescription</key>
80
+
<string>The app does not request this permission or utilize this functionality but it is included in our info.plist since our app utilizes the react-native-permissions library, which references this permission in its code.</string>
0 commit comments