From 81a6f4528b591e77a412c9d1e67889cf0d1e139a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E5=AE=88=E6=97=BA?= Date: Fri, 16 Jul 2021 09:45:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 807b8c9..a90e310 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,14 @@ dependencies: ### Android -Make sure you have a `miniSdkVersion` with 21 or higher in your `android/app/build.gradle` file, now we only support Android 5.0 or above. +Make sure you have a `miniSdkVersion` with 21 or higher in your `android/app/build.gradle` file. ### iOS Make sure you have a minimum deployment target of 9.0 or above, you can uncomment the first line `platform :ios, '9.0'` in your iOS project's `Podfile`. +*Note*: According to Apple's [documents](https://developer.apple.com/documentation/corebluetooth/), you must include the [`NSBluetoothAlwaysUsageDescription`](https://developer.apple.com/documentation/bundleresources/information_property_list/nsbluetoothalwaysusagedescription) on or after iOS 13, and include the [`NSBluetoothPeripheralUsageDescription`](https://developer.apple.com/documentation/bundleresources/information_property_list/nsbluetoothperipheralusagedescription) key before iOS 13. + ## Issues -- Not support peripheral APIs for now. +- Peripheral APIs are not implemented yet.