summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/doc/src/bluetooth-le-overview.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/doc/src/bluetooth-le-overview.qdoc')
-rw-r--r--src/bluetooth/doc/src/bluetooth-le-overview.qdoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/bluetooth/doc/src/bluetooth-le-overview.qdoc b/src/bluetooth/doc/src/bluetooth-le-overview.qdoc
index 7bfc0c44..b161e362 100644
--- a/src/bluetooth/doc/src/bluetooth-le-overview.qdoc
+++ b/src/bluetooth/doc/src/bluetooth-le-overview.qdoc
@@ -286,4 +286,14 @@ Low Energy devices.
In general characteristic and descriptor value updates on the peripheral device use the same
methods as connecting Bluetooth Low Energy devices.
+
+ \note To use QtBluetooth (in both central and peripheral roles) on iOS, you have to provide an Info.plist
+ file containing the usage description. According to the CoreBluetooth's documentation:
+
+ "Important
+
+ Your app will crash if its Info.plist doesn’t include usage description keys for the types of data
+ it needs to access. To access Core Bluetooth APIs on apps linked on or after iOS 13, include the
+ NSBluetoothAlwaysUsageDescription key. In iOS 12 and earlier, include NSBluetoothPeripheralUsageDescription
+ to access Bluetooth peripheral data."
*/