Skip to content

Commit f567308

Browse files
Add NSLocationAlwaysAndWhenInUseUsageDescription to Info.plist
Co-authored-by: numbers-official <[email protected]>
1 parent a1e13ab commit f567308

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
1. Add missing NSLocationAlwaysAndWhenInUseUsageDescription purpose string in Info.plist for iOS
13+
1014
## [0.101.1] - 2025-03-21
1115

1216
### Fixed

ios/App/App/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
<string>Uses Bluetooth to connect and interact with GoPro Camera</string>
4646
<key>NSCameraUsageDescription</key>
4747
<string>Grant camera permission to allow the app to take images and videos of the unique moments that you want to keep.</string>
48+
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
49+
<string>Grant GPS permission to allow the app to append location information to your photo automatically so that you or anyone who you share the photo with will know where the photo is taken.</string>
4850
<key>NSLocationWhenInUseUsageDescription</key>
4951
<string>Grant GPS permission when the app is in use to allow the app to append location information to your photo automatically so that you or anyone who you share the photo with will know where the photo is taken.</string>
5052
<key>NSMicrophoneUsageDescription</key>

0 commit comments

Comments
 (0)