From 9d493f304c37b88f9e1a9e8e66b77e1001282c72 Mon Sep 17 00:00:00 2001 From: ismailassa Date: Wed, 25 Mar 2026 11:50:02 +0100 Subject: [PATCH] fix(readme): adding extra explanation for iOS config --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57cecaed..8e1ded34 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,9 @@ The plugin provides props for extra customization. Every time you change the pro 1. `npm install --save react-native-ble-plx` 1. Enter `ios` folder and run `pod update` -1. Add `NSBluetoothAlwaysUsageDescription` in `info.plist` file. (it is a requirement since iOS 13) +1. Add the `NSBluetoothAlwaysUsageDescription` key to your `Info.plist` file. +You can do this by selecting your app `target` in Xcode, navigating to `Signing & Capabilities`, clicking the `+ Capability` button, and adding `Bluetooth`. +This permission is required for apps using Bluetooth starting from iOS 13. 1. 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.