소스 검색

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