diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md
index 46bca49b6..59ef9a98f 100644
--- a/app/CHANGELOG.md
+++ b/app/CHANGELOG.md
@@ -5,6 +5,7 @@ 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](https://github.com/Orange-OpenSource/ouds-flutter/compare/0.7.0...develop)
### Added
+- [Tool] Add `ITSAppUsesNonExemptEncryption` into info.plist ([#526](https://github.com/Orange-OpenSource/ouds-flutter/issues/#526))
### Changed
- [DemoApp][Library] Use OUDS Icons V1.4 ([#515](https://github.com/Orange-OpenSource/ouds-flutter/issues/#515))
diff --git a/app/ios/Runner/Info.plist b/app/ios/Runner/Info.plist
index 6411e4e5d..702adab48 100644
--- a/app/ios/Runner/Info.plist
+++ b/app/ios/Runner/Info.plist
@@ -50,5 +50,7 @@
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight
+ ITSAppUsesNonExemptEncryption
+