Skip to content

Commit 26084bf

Browse files
committed
Add NSBluetoothAlwaysUsageDescription in example plist file
1 parent df0b484 commit 26084bf

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

example/ios/RNPermissionsExample/Info.plist

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@
4040
<key>NSAppleMusicUsageDescription</key>
4141
<string>Let me use your media library</string>
4242
<key>NSBluetoothPeripheralUsageDescription</key>
43-
<string>Let me use your bluetooth peripheral</string>
43+
<string>Let me use bluetooth</string>
44+
<key>NSBluetoothAlwaysUsageDescription</key>
45+
<string>Let me use bluetooth</string>
4446
<key>NSCalendarsUsageDescription</key>
45-
<string>Let me use your calendar</string>
47+
<string>Let me use your calendars</string>
4648
<key>NSCameraUsageDescription</key>
47-
<string>Let me use your camera</string>
49+
<string>Let me use the camera</string>
4850
<key>NSContactsUsageDescription</key>
4951
<string>Let me use your contacts</string>
5052
<key>NSFaceIDUsageDescription</key>
@@ -56,7 +58,7 @@
5658
<key>NSLocationWhenInUseUsageDescription</key>
5759
<string>Let me use your location when the app is opened</string>
5860
<key>NSMicrophoneUsageDescription</key>
59-
<string>Let me use your microphone</string>
61+
<string>Let me use the microphone</string>
6062
<key>NSMotionUsageDescription</key>
6163
<string>Let me use your motion data</string>
6264
<key>NSPhotoLibraryUsageDescription</key>

0 commit comments

Comments
 (0)