浏览代码

Remove mandatory NSLocationWhenInUseUsageDescription when using LocationAlways

Mathieu Acthernoene 5 年前
父节点
当前提交
ece99e3fd4
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      ios/LocationAlways/RNPermissionHandlerLocationAlways.m

+ 0
- 1
ios/LocationAlways/RNPermissionHandlerLocationAlways.m 查看文件

@@ -17,7 +17,6 @@
17 17
   return @[
18 18
     @"NSLocationAlwaysAndWhenInUseUsageDescription",
19 19
     @"NSLocationAlwaysUsageDescription",
20
-    @"NSLocationWhenInUseUsageDescription",
21 20
   ];
22 21
 }
23 22