Skip to content

Commit e67063a

Browse files
authored
Merge pull request #3337 from numbersprotocol/copilot/fix-3334
Add Missing NSLocationAlwaysAndWhenInUseUsageDescription Purpose String in Info.plist
2 parents 8a3101b + f567308 commit e67063a

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)