Skip to content

Commit f190868

Browse files
committed
Update Info.plist
1 parent d33f114 commit f190868

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

samples/Sample.Maui/Platforms/iOS/Info.plist

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@
1717
<string>UIInterfaceOrientationLandscapeLeft</string>
1818
<string>UIInterfaceOrientationLandscapeRight</string>
1919
</array>
20-
<key>NSLocationWhenInUseUsageDescription</key>
21-
<string>This app needs your location to detect state boundary crossings.</string>
20+
<key>NSLocationTemporaryUsageDescription</key>
21+
<string>Say something useful here that your users will understand</string>
22+
<key>NSLocationAlwaysUsageDescription</key>
23+
<string>Say something useful here that your users will understand</string>
2224
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
23-
<string>This app needs your location to detect state boundary crossings in the background.</string>
25+
<string>Say something useful here that your users will understand</string>
26+
<key>NSLocationWhenInUseUsageDescription</key>
27+
<string>Say something useful here that your users will understand</string>
2428
<key>UIBackgroundModes</key>
2529
<array>
2630
<string>location</string>

0 commit comments

Comments
 (0)