From dc38b905a6df4144b8a8887ae818dade5536f39f Mon Sep 17 00:00:00 2001 From: Kevin Beqo Date: Wed, 1 Jul 2026 15:42:49 +0200 Subject: [PATCH 1/2] chore: add release notes for make-it-native 11.12.0 Added release notes for MiN Android 11.12.0 and iOS 11.12.0. --- .../mobile/make-it-native-parent/make-it-native.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/en/docs/releasenotes/mobile/make-it-native-parent/make-it-native.md b/content/en/docs/releasenotes/mobile/make-it-native-parent/make-it-native.md index 05d2a41b0ae..1a6e4c43c69 100644 --- a/content/en/docs/releasenotes/mobile/make-it-native-parent/make-it-native.md +++ b/content/en/docs/releasenotes/mobile/make-it-native-parent/make-it-native.md @@ -8,6 +8,14 @@ description: "These release notes showcase each release of the iOS and Android M Depending on the Mendix version your app is developed in and the device you want to run on, you need a different Make It Native app. For more information on how to get the correct version, see the [Getting the Make It Native App](/refguide/mobile/getting-started-with-mobile/prerequisites/#get-min-app) section in *Native App Prerequisites and Troubleshooting*. +## Android 11.12.0 / iOS 11.12.0 + +**Release date: July 2, 2026** + +### Improvements + +* We improved the build time on iOS for Make it Native by using prebuilt react-native binaries. + ## Android 11.11.0 / iOS 11.11.0 **Release date: June 3, 2026** From 3188d06c523ae3c506ccb3b7f96000aeb4889eee Mon Sep 17 00:00:00 2001 From: Kevin Beqo Date: Thu, 2 Jul 2026 13:27:51 +0200 Subject: [PATCH 2/2] Update release date and permissions information Updated release date placeholder and added Android permission changes. --- .../mobile/make-it-native-parent/make-it-native.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/mobile/make-it-native-parent/make-it-native.md b/content/en/docs/releasenotes/mobile/make-it-native-parent/make-it-native.md index 1a6e4c43c69..c1c7adb5dd9 100644 --- a/content/en/docs/releasenotes/mobile/make-it-native-parent/make-it-native.md +++ b/content/en/docs/releasenotes/mobile/make-it-native-parent/make-it-native.md @@ -10,11 +10,12 @@ Depending on the Mendix version your app is developed in and the device you want ## Android 11.12.0 / iOS 11.12.0 -**Release date: July 2, 2026** +**Release date: July X, 2026** ### Improvements * We improved the build time on iOS for Make it Native by using prebuilt react-native binaries. +* On Android, READ_MEDIA_IMAGES and READ_MEDIA_VIDEO are explicitly removed following [Google Play's Photo and Video Permissions policy](https://support.google.com/googleplay/android-developer/answer/14115180). ## Android 11.11.0 / iOS 11.11.0