Kaynağa Gözat

Remove mandatory NSLocationWhenInUseUsageDescription when using LocationAlways

Mathieu Acthernoene 5 yıl önce
ebeveyn
işleme
ece99e3fd4

+ 0
- 1
ios/LocationAlways/RNPermissionHandlerLocationAlways.m Dosyayı Görüntüle

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