Skip to content

Commit 25d6396

Browse files
authored
Add NSBluetoothAlwaysUsageDescription for iOS 13
Need to add NSBluetoothAlwaysUsageDescription for iOS 13
1 parent 2d55747 commit 25d6396

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@ If you need to submit your application to the AppStore, you need to add to your
203203
So before submitting your app to the App Store, make sure that in your `Info.plist` you have the following keys:
204204

205205
```xml
206+
<key>NSBluetoothAlwaysUsageDescription</key>
207+
<string>Some description</string>
208+
<!-- only need peripheral if target is less than iOS 13 -->
209+
<!-- https://developer.apple.com/documentation/bundleresources/information_property_list/nsbluetoothperipheralusagedescription -->
206210
<key>NSBluetoothPeripheralUsageDescription</key>
207211
<string>Some description</string>
208212
<key>NSCalendarsUsageDescription</key>

0 commit comments

Comments
 (0)