瀏覽代碼

Add support for NSBluetoothAlwaysUsageDescription (iOS 13)

Mathieu Acthernoene 5 年之前
父節點
當前提交
ff797bc54e
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. 4
    1
      ios/BluetoothPeripheral/RNPermissionHandlerBluetoothPeripheral.m

+ 4
- 1
ios/BluetoothPeripheral/RNPermissionHandlerBluetoothPeripheral.m 查看文件

@@ -13,7 +13,10 @@
13 13
 @implementation RNPermissionHandlerBluetoothPeripheral
14 14
 
15 15
 + (NSArray<NSString *> * _Nonnull)usageDescriptionKeys {
16
-  return @[@"NSBluetoothPeripheralUsageDescription"];
16
+  return @[
17
+    @"NSBluetoothPeripheralUsageDescription",
18
+    @"NSBluetoothAlwaysUsageDescription",
19
+  ];
17 20
 }
18 21
 
19 22
 + (NSString * _Nonnull)handlerUniqueId {