Skip to content

Commit

Permalink
Add requirement note to the NSBluetoothAlwaysUsageDescription.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cierpliwy committed Apr 15, 2020
1 parent fd20ec8 commit be830d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Contact us at [Gitter](https://gitter.im/RxBLELibraries/react-native-ble) if you
pod 'react-native-ble-plx', :path => '../node_modules/react-native-ble-plx'
```
5. Enter `ios` folder and run `pod update`
6. Add `NSBluetoothAlwaysUsageDescription` in `info.plist` file.
6. Add `NSBluetoothAlwaysUsageDescription` in `info.plist` file. (it is a requirement since iOS 13)
7. If you want to support background mode:
- In your application target go to `Capabilities` tab and enable `Uses Bluetooth LE Accessories` in
`Background Modes` section.
Expand Down

0 comments on commit be830d1

Please sign in to comment.