include the always usage location description in the info.plist

This commit is contained in:
Mauro Romito
2026-03-31 15:26:28 +02:00
committed by Mauro
parent 68cc36c571
commit 589d0cd3fb
2 changed files with 3 additions and 0 deletions

View File

@@ -69,6 +69,8 @@
<string>To take pictures or videos and send them as a message $(APP_DISPLAY_NAME) needs access to the camera.</string>
<key>NSFaceIDUsageDescription</key>
<string>Face ID is used to access your app.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>To share your live location, $(APP_DISPLAY_NAME) needs location access when the app is in the background.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Grant location access so that $(APP_DISPLAY_NAME) can share your location.</string>
<key>NSMicrophoneUsageDescription</key>

View File

@@ -89,6 +89,7 @@ targets:
NSMicrophoneUsageDescription: To record and send messages with audio, $(APP_DISPLAY_NAME) needs to access the microphone.
NSPhotoLibraryAddUsageDescription: This lets you save images and videos to your photo library.
NSLocationWhenInUseUsageDescription: Grant location access so that $(APP_DISPLAY_NAME) can share your location.
NSLocationAlwaysAndWhenInUseUsageDescription: To share your live location, $(APP_DISPLAY_NAME) needs location access when the app is in the background.
NSFaceIDUsageDescription: Face ID is used to access your app.
UIBackgroundModes: [
audio,