From dc38b905a6df4144b8a8887ae818dade5536f39f Mon Sep 17 00:00:00 2001 From: Kevin Beqo Date: Wed, 1 Jul 2026 15:42:49 +0200 Subject: [PATCH 1/4] 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/4] 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 From 482d6cba6b5b3ce61bbe846a53d7470f733b3c0f Mon Sep 17 00:00:00 2001 From: Kevin Beqo Date: Tue, 7 Jul 2026 14:04:11 +0200 Subject: [PATCH 3/4] Update release date and improvements for Make It Native Updated the release date for Android and iOS versions and added a note about improvements in build time. --- .../releasenotes/mobile/make-it-native-parent/make-it-native.md | 2 +- 1 file changed, 1 insertion(+), 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 c1c7adb5dd9..1436978d4b5 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,7 +10,7 @@ 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 X, 2026** +**Release date: July 6, 2026** ### Improvements From b147ba924940a1dc5ff5e2ddbb2432649c5b838f Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Wed, 8 Jul 2026 05:07:21 -0700 Subject: [PATCH 4/4] Update make-it-native.md --- .../mobile/make-it-native-parent/make-it-native.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 1436978d4b5..c8385de3fa4 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 @@ -14,8 +14,8 @@ Depending on the Mendix version your app is developed in and the device you want ### 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). +* 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` were 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