Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -32,5 +33,7 @@ Or, you may add these entries maually using your editor of choice:
<string>Please enable location to continue.</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Please enable bluetooth to continue.</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>Please enable bluetooth to continue.</string>
</dict>
```
```