From 5eaa15c11a2822bd8c22e27dbace73f25836441d Mon Sep 17 00:00:00 2001 From: Martin Kuckert Date: Fri, 17 Jan 2020 14:24:03 +0100 Subject: [PATCH] Adds NSBluetoothAlwaysUsageDescription to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16778f2..0e92039 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ A Flutter BLE plugin, based on the wonderful [RxAndroidBle](https://github.com/P 4. Add these entries - `NSLocationWhenInUseUsageDescription` = `Please enable location to continue.` - `NSBluetoothPeripheralUsageDescription` = `Please enable bluetooth to continue.` + - `NSBluetoothAlwaysUsageDescription` = `Please enable bluetooth to continue.` Or, you may add these entries maually using your editor of choice: @@ -32,5 +33,7 @@ Or, you may add these entries maually using your editor of choice: Please enable location to continue. NSBluetoothPeripheralUsageDescription Please enable bluetooth to continue. + NSBluetoothAlwaysUsageDescription + Please enable bluetooth to continue. -``` \ No newline at end of file +```