diff --git a/CHANGELOG.md b/CHANGELOG.md
index c63b03b3b..24c75baf8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+### Fixed
+
+1. Add missing NSLocationAlwaysAndWhenInUseUsageDescription purpose string in Info.plist for iOS
+
## [0.101.1] - 2025-03-21
### Fixed
diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist
index 2129395a3..f8023f278 100644
--- a/ios/App/App/Info.plist
+++ b/ios/App/App/Info.plist
@@ -45,6 +45,8 @@
Uses Bluetooth to connect and interact with GoPro Camera
NSCameraUsageDescription
Grant camera permission to allow the app to take images and videos of the unique moments that you want to keep.
+ NSLocationAlwaysAndWhenInUseUsageDescription
+ 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.
NSLocationWhenInUseUsageDescription
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.
NSMicrophoneUsageDescription