Include NSBluetoothAlwaysUsageDescription in Info.plist

This commit is contained in:
Michael Zanetti 2019-09-27 12:42:52 +02:00
parent a50e4761b0
commit 03ea12b0b4

View File

@ -37,6 +37,8 @@
</array>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Nymea boxes can be connected to WiFi using a Bluetooth setup. Also, this app can connect to nymea boxes using Bluetooth only, without requiring WiFi at all.</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>Nymea boxes can be connected to WiFi using a Bluetooth setup. Also, this app can connect to nymea boxes using Bluetooth only, without requiring WiFi at all.</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>