ソースを参照

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