diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a30688..f3672b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this template will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +- We added the `LocationWhenInUse` permission to the iOS configuration to support react-native-permissions. ## [14.1.11] - 2026-01-12 - We updated `@mendix/native` to v9.2.2, enabling session cookie persistence and restoration on iOS. diff --git a/ios/Podfile b/ios/Podfile index f50afed1..ab00e305 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -34,6 +34,7 @@ end setup_permissions([ 'Camera', 'PhotoLibrary', + 'LocationWhenInUse', ]) def common_pods