Sfoglia il codice sorgente

Remove mandatory NSLocationWhenInUseUsageDescription when using LocationAlways

Mathieu Acthernoene 4 anni fa
parent
commit
ece99e3fd4
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      ios/LocationAlways/RNPermissionHandlerLocationAlways.m

+ 0
- 1
ios/LocationAlways/RNPermissionHandlerLocationAlways.m Vedi File

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