Skip to content

Commit 4ece55f

Browse files
committed
Add iOS usage descriptions
1 parent 27cb57f commit 4ece55f

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

example/ios/RNPermissionsExample/Info.plist

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,36 @@
3737
</dict>
3838
</dict>
3939
</dict>
40+
<key>NSAppleMusicUsageDescription</key>
41+
<string>test</string>
42+
<key>NSBluetoothPeripheralUsageDescription</key>
43+
<string>test</string>
44+
<key>NSCalendarsUsageDescription</key>
45+
<string>test</string>
46+
<key>NSCameraUsageDescription</key>
47+
<string>test</string>
48+
<key>NSContactsUsageDescription</key>
49+
<string>test</string>
50+
<key>NSLocationAlwaysUsageDescription</key>
51+
<string>test</string>
4052
<key>NSLocationWhenInUseUsageDescription</key>
41-
<string></string>
53+
<string>test</string>
54+
<key>NSMicrophoneUsageDescription</key>
55+
<string>6.0</string>
56+
<key>NSPhotoLibraryUsageDescription</key>
57+
<string>test</string>
58+
<key>NSRemindersUsageDescription</key>
59+
<string>test</string>
60+
<key>NSSpeechRecognitionUsageDescription</key>
61+
<string>test</string>
62+
<key>NSMotionUsageDescription</key>
63+
<string>test</string>
64+
<key>UIBackgroundModes</key>
65+
<array>
66+
<string>bluetooth-peripheral</string>
67+
<string>fetch</string>
68+
<string>location</string>
69+
</array>
4270
<key>UILaunchStoryboardName</key>
4371
<string>LaunchScreen</string>
4472
<key>UIRequiredDeviceCapabilities</key>

0 commit comments

Comments
 (0)