Skip to content

Commit e51d198

Browse files
Modernize the BLE permission on iOS
1 parent c068706 commit e51d198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/App/App/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
7-
<key>NSBluetoothAlwaysUsageDescription</key>
8-
<string>Uses Bluetooth to connect and interact with peripheral BLE devices.</string>
7+
<key>NSBluetoothPeripheralUsageDescription</key>
8+
<string>This app uses Bluetooth to connect to and communicate with your micro:bit.</string>
99
<key>UIBackgroundModes</key>
1010
<array>
1111
<string>bluetooth-central</string>

0 commit comments

Comments
 (0)