Skip to content

Commit ece99e3

Browse files
committed
Remove mandatory NSLocationWhenInUseUsageDescription when using LocationAlways
1 parent ffbbd20 commit ece99e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ios/LocationAlways/RNPermissionHandlerLocationAlways.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ @implementation RNPermissionHandlerLocationAlways
1717
return @[
1818
@"NSLocationAlwaysAndWhenInUseUsageDescription",
1919
@"NSLocationAlwaysUsageDescription",
20-
@"NSLocationWhenInUseUsageDescription",
2120
];
2221
}
2322

0 commit comments

Comments
 (0)