Skip to content

Commit d171dd2

Browse files
authored
Merge pull request #9929 from UrazAkgultan/moo-update-min-prerequisites
Update MiN docs
2 parents fba9a18 + 04e329a commit d171dd2

File tree

9 files changed

+40
-32
lines changed

9 files changed

+40
-32
lines changed

content/en/docs/quickstarts/native-mobile-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ aliases:
1313

1414
In this quick start tutorial, you will add on to the app you created in [Building a Responsive Web App](/quickstarts/responsive-web-app/). If you decided to skip that tutorial, you can [download](https://quickstartguidev1.s3.eu-west-2.amazonaws.com/Quickstart_App.mpk) a copy of its completed app package so that you can start this tutorial right away.
1515

16-
In this tutorial, you will learn to use a native mobile navigation profile. Apps built in the native mobile profile are typically installed natively on your iOS or Android device (usually via an app store). The native app you create will take pictures and upload them to the same database as configured in the [Creating Your App’s Domain Model](/quickstarts/responsive-web-app/#domain-model) section of *Building a Responsive Web App*. This will enable viewing the pictures in a browser or native app on a mobile device. You will also use the [Make it Native](/releasenotes/mobile/make-it-native-10/) app to test your app on a mobile device.
16+
In this tutorial, you will learn to use a native mobile navigation profile. Apps built in the native mobile profile are typically installed natively on your iOS or Android device (usually via an app store). The native app you create will take pictures and upload them to the same database as configured in the [Creating Your App’s Domain Model](/quickstarts/responsive-web-app/#domain-model) section of *Building a Responsive Web App*. This will enable viewing the pictures in a browser or native app on a mobile device. You will also use the [Make it Native](/releasenotes/mobile/make-it-native/) app to test your app on a mobile device.
1717

1818
### Getting to Know Mendix Native Mobile
1919

@@ -35,8 +35,8 @@ In summary, Mendix lets you [build an app for distribution](/refguide/mobile/dis
3535
Before starting this tutorial, make sure you have completed the following prerequisites:
3636

3737
* Read through [Building a Responsive Web App](/quickstarts/responsive-web-app/)
38-
* Download the [Make It Native 10](/refguide/getting-the-make-it-native-app/) app on your mobile device
39-
* The [Make it Native 10](/refguide/getting-the-make-it-native-app/) mobile app is available for Android and iOS devices
38+
* Download the [Make It Native](/refguide/getting-the-make-it-native-app/) app on your mobile device
39+
* The [Make it Native](/refguide/getting-the-make-it-native-app/) mobile app is available for Android and iOS devices
4040
* Once installed, the app lets you quickly test your native mobile app as you develop it by connecting to your local development machine’s running copy of your app and displaying the app inside its mobile testing environment
4141
* This lets you make changes to your app on your development machine, then instantly see those changes in the mobile app
4242
* If you are working on a Mac, complete [Configuring Parallels](/refguide/using-mendix-studio-pro-on-a-mac/) to install Studio Pro on your Mac

content/en/docs/refguide/mobile/getting-started-with-mobile/prerequisites.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -59,34 +59,30 @@ Building native mobile apps is not supported on the [Private Mendix Platform](/p
5959

6060
## Getting the Make It Native App {#get-min-app}
6161

62-
{{% alert color="info" %}}
63-
The Mendix 11 beta is not supported by a Make It Native app version. A compatible MIN version will be available for Mx11 beginning in Studio Pro 11.1.
64-
{{% /alert %}}
65-
6662
The Make It Native app allows developers to preview, test, and debug native mobile apps in conjunction with Mendix Studio Pro. This app is available for both Android and iOS devices.
6763

6864
Depending on the Mendix version used to build your app, you have to use a different version of Make It Native. The following list explains which version to use:
6965

70-
* **Latest Mendix Version** - Latest version of Make It Native 10 ([Android](https://play.google.com/apps/testing/com.mendix.developerapp.mx10), [iOS](https://testflight.apple.com/join/bQfLf27w))
71-
* Please note that the latest version of Make It Native 10 is offered in online stores' beta version programs. Simply follow the instructions on those sites to download and install the latest version of MIN 10.
72-
* **10.18.x** – Make It Native 10 MTS ([Android](https://play.google.com/store/apps/details?id=com.mendix.developerapp.mx10), [iOS](https://apps.apple.com/app/make-it-native-10/id6450037464))
73-
* **10.6.x to 10.17.x** – These versions are no longer supported by Make It Native. Please use MIN 9 LTS (below) or 10 MTS (above) instead, or make your own [custom MIN app](/refguide/mobile/distributing-mobile-apps/use-min-older-sp/) from open source.
74-
* **9.24.0 to 10.5.x** Make It Native 9 LTS ([Android](https://play.google.com/store/apps/details?id=com.mendix.developerapp.mx9), [iOS](https://apps.apple.com/app/make-it-native-9/id1542182000))
75-
* **8.18.x** – Make It Native 8 LTS ([iOS](https://apps.apple.com/app/make-it-native-8/id1334081181))
76-
* **Other**[Creating a Custom Developer App](/refguide/mobile/distributing-mobile-apps/building-native-apps/how-to-devapps/) or [Building Your Own Make It Native App](https://github.com/mendix/make-it-native)
66+
* Mendix 11 (11.0.0 is not supported):
67+
* **11.1.0 to 11.x.x** - Latest version of Make It Native ([Android](https://play.google.com/apps/testing/com.mendix.developerapp.mx10), [iOS](https://testflight.apple.com/join/bQfLf27w))
68+
69+
* Mendix 10:
70+
* **10.24.x** - Make It Native LTS ([Android](https://play.google.com/store/apps/details?id=com.mendix.developerapp.mx10), [iOS](https://apps.apple.com/app/make-it-native-10/id6450037464))
71+
* **10.6.x to 10.23.x**These versions are no longer supported by Make It Native. Please make your own [custom MIN app](/refguide/mobile/distributing-mobile-apps/use-min-older-sp/) from open source.
72+
* **Other**[Creating a Custom Developer App](/refguide/mobile/distributing-mobile-apps/building-native-apps/how-to-devapps/) or [Building Your Own Make It Native App](https://github.com/mendix/make-it-native)
7773

7874
For information on which mobile operating systems are supported by the Mendix native mobile apps, see the [Mobile Operating Systems](/refguide/system-requirements/#mobile) section of *System Requirements*.
7975

8076
### Direct Download Links {#direct-links}
8177

82-
Download the latest version of Make It Native 10 using these QR codes:
78+
Download the latest version of Make It Native using these QR codes:
8379

8480
| Android | iOS |
8581
| :-----------------------------------------------------------------------: | :---------------------------------------------------------------: |
8682
| {{< figure src="/attachments/refguide/mobile/native-mobile/getting-the-make-it-native-app/android-min-10.png" alt="Android QR Code" class="no-border" >}} | {{< figure src="/attachments/refguide/mobile/native-mobile/getting-the-make-it-native-app/ios-min-10.png" alt="iOS QR Code" class="no-border" >}} |
8783
| [Latest Version](https://play.google.com/apps/testing/com.mendix.developerapp.mx10) | [Latest Version](https://testflight.apple.com/join/bQfLf27w) |
8884

89-
Download the MTS version of Make it Native 10 using these QR codes:
85+
Download the LTS version of Make it Native using these QR codes:
9086

9187
| Android | iOS |
9288
| :-----------------------------------------------------------------------: | :---------------------------------------------------------------: |

content/en/docs/refguide/mobile/using-mobile-capabilities/generic-permission-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Advanced features in mobile apps often require permission from users. Apps need
1414
* Complete the [Prerequisites](/refguide/mobile/getting-started-with-mobile/prerequisites/) of your app per its type
1515
* Install Mendix Studio Pro to use the Native Mobile App Builder and the latest Nanoflow Commons module.
1616
* Confirm your [Native Mobile Resources](/appstore/modules/native-mobile-resources/) module is up to date.
17-
* Confirm you are using the latest version of the [Make It Native 10 app](/releasenotes/mobile/make-it-native-parent/).
17+
* Confirm you are using the latest version of the [Make It Native app](/releasenotes/mobile/make-it-native-parent/).
1818

1919
## Using a Generic Permission Action
2020

content/en/docs/refguide10/mobile/getting-started-with-mobile/prerequisites.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,26 +63,26 @@ The Make It Native app allows developers to preview, test, and debug native mobi
6363

6464
Depending on the Mendix version used to build your app, you have to use a different version of Make It Native. The following list explains which version to use:
6565

66-
* **Latest Mendix Version** - Latest version of Make It Native 10 ([Android](https://play.google.com/apps/testing/com.mendix.developerapp.mx10), [iOS](https://testflight.apple.com/join/bQfLf27w))
67-
* Please note that the latest version of Make It Native 10 is offered in online stores' beta version programs. Simply follow the instructions on those sites to download and install the latest version of MIN 10.
68-
* **10.18.x** – Make It Native 10 MTS ([Android](https://play.google.com/store/apps/details?id=com.mendix.developerapp.mx10), [iOS](https://apps.apple.com/app/make-it-native-10/id6450037464))
69-
* **10.6.x to 10.17.x** – These versions are no longer supported by Make It Native. Please use MIN 9 LTS (below) or 10 MTS (above) instead, or make your own [custom MIN app](/refguide10/mobile/distributing-mobile-apps/use-min-older-sp/) from open source.
70-
* **9.24.0 to 10.5.x** Make It Native 9 LTS ([Android](https://play.google.com/store/apps/details?id=com.mendix.developerapp.mx9), [iOS](https://apps.apple.com/app/make-it-native-9/id1542182000))
71-
* **8.18.x** – Make It Native 8 LTS ([iOS](https://apps.apple.com/app/make-it-native-8/id1334081181))
72-
* **Other**[Creating a Custom Developer App](/refguide10/mobile/distributing-mobile-apps/building-native-apps/how-to-devapps/) or [Building Your Own Make It Native App](https://github.com/mendix/make-it-native)
66+
* Mendix 11 (11.0.0 is not supported):
67+
* **11.1.0 to 11.x.x** - Latest version of Make It Native ([Android](https://play.google.com/apps/testing/com.mendix.developerapp.mx10), [iOS](https://testflight.apple.com/join/bQfLf27w))
68+
69+
* Mendix 10:
70+
* **10.24.x** - Make It Native LTS ([Android](https://play.google.com/store/apps/details?id=com.mendix.developerapp.mx10), [iOS](https://apps.apple.com/app/make-it-native-10/id6450037464))
71+
* **10.6.x to 10.23.x**These versions are no longer supported by Make It Native. Please make your own [custom MIN app](/refguide/mobile/distributing-mobile-apps/use-min-older-sp/) from open source.
72+
* **Other**[Creating a Custom Developer App](/refguide/mobile/distributing-mobile-apps/building-native-apps/how-to-devapps/) or [Building Your Own Make It Native App](https://github.com/mendix/make-it-native)
7373

7474
For information on which mobile operating systems are supported by the Mendix native mobile apps, see the [Mobile Operating Systems](/refguide10/system-requirements/#mobile) section of *System Requirements*.
7575

7676
### Direct Download Links {#direct-links}
7777

78-
Download the latest version of Make It Native 10 using these QR codes:
78+
Download the latest version of Make It Native using these QR codes:
7979

8080
| Android | iOS |
8181
| :-----------------------------------------------------------------------: | :---------------------------------------------------------------: |
8282
| {{< figure src="/attachments/refguide10/mobile/native-mobile/getting-the-make-it-native-app/android-min-10.png" alt="Android QR Code" class="no-border" >}} | {{< figure src="/attachments/refguide10/mobile/native-mobile/getting-the-make-it-native-app/ios-min-10.png" alt="iOS QR Code" class="no-border" >}} |
8383
| [Latest Version](https://play.google.com/apps/testing/com.mendix.developerapp.mx10) | [Latest Version](https://testflight.apple.com/join/bQfLf27w) |
8484

85-
Download the MTS version of Make it Native 10 using these QR codes:
85+
Download the LTS version of Make it Native using these QR codes:
8686

8787
| Android | iOS |
8888
| :-----------------------------------------------------------------------: | :---------------------------------------------------------------: |

content/en/docs/refguide10/mobile/using-mobile-capabilities/generic-permission-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Advanced features in mobile apps often require permission from users. Apps need
1414
* Complete the [Prerequisites](/refguide10/mobile/getting-started-with-mobile/prerequisites/) of your app per its type
1515
* Install Mendix Studio Pro to use the Native Mobile App Builder and the latest Nanoflow Commons module.
1616
* Confirm your [Native Mobile Resources](/appstore/modules/native-mobile-resources/) module is up to date.
17-
* Confirm you are using the latest version of the [Make It Native 10 app](/releasenotes/mobile/make-it-native-parent/).
17+
* Confirm you are using the latest version of the [Make It Native app](/releasenotes/mobile/make-it-native-parent/).
1818

1919
## Using a Generic Permission Action
2020

content/en/docs/releasenotes/mobile/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cascade:
1010
This category includes the following release notes:
1111

1212
* Our [Make It Native Apps](/releasenotes/mobile/make-it-native-parent/) document links to all versions of the Make It Native app:
13-
* [Make It Native 10 App](/releasenotes/mobile/make-it-native-10/): Use this app for projects in Mendix Studio Pro 10.6 and above
13+
* [Make It Native App](/releasenotes/mobile/make-it-native/): Use this app for projects in Mendix Studio Pro 10.6 and above
1414
* [Make It Native 9 App](/releasenotes/mobile/make-it-native-9/): Use this app for projects in Mendix Studio Pro 9
1515
* [Make It Native 8 App](/releasenotes/mobile/make-it-native-app/): Use this app for projects in Mendix Studio Pro 8
1616
* [Mendix Native Mobile Builder](/releasenotes/mobile/mendix-native-mobile-builder/)

content/en/docs/releasenotes/mobile/make-it-native-parent/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Depending on the Mendix version your app is developed in and the device you want
1313

1414
We currently provide 3 different versions of the Make It Native App. These are their release notes:
1515

16-
1. [Make It Native 10](/releasenotes/mobile/make-it-native-10/)
16+
1. [Make It Native](/releasenotes/mobile/make-it-native/)
1717
1. [Make It Native 9](/releasenotes/mobile/make-it-native-9/)
1818
1. [Make It Native 8](/releasenotes/mobile/make-it-native-app/)

content/en/docs/releasenotes/mobile/make-it-native-parent/make-it-native-10.md renamed to content/en/docs/releasenotes/mobile/make-it-native-parent/make-it-native.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
---
2-
title: "Make It Native 10 App"
3-
url: /releasenotes/mobile/make-it-native-10/
2+
title: "Make It Native App"
3+
url: /releasenotes/mobile/make-it-native/
44
weight: 8
55
description: "These release notes showcase each release of the iOS and Android Make It Native app versions."
66
#ki: "Augmented Reality (AR) Feature" - MOO-1312
77
---
88

99
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 download 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*.
1010

11+
## Android 11.1.0 / iOS 11.1.0
12+
13+
**Release date: July 31, 2025**
14+
15+
* Renamed the app to "Make It Native" and aligned its versioning with Studio Pro, so each Studio Pro version (for example, 11.1.x) now uses the matching Make It Native version (for example, 11.1.x).
16+
17+
## Android 10.24.0 / iOS 10.24.0
18+
19+
**Release date: July 31, 2025**
20+
21+
* Renamed the app to "Make It Native" and aligned its versioning with Studio Pro, so each Studio Pro version (for example, 10.24.x) now uses the matching Make It Native version (for example, 10.24.x).
22+
1123
## Android 5.0.2 / iOS 5.0.2
1224

1325
**Release date: July 2, 2025**

content/en/docs/releasenotes/studio-pro/10/10.6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ We have also introduced an optimizing storage solution, which is triggered when
10521052

10531053
{{% alert color="info" %}}This is based on an [upvoted idea from Luuk de Bakker](https://community.mendix.com/link/space/microflows/ideas/3987) submitted to the Mendix Community. Thanks, Luuk!{{% /alert %}}
10541054

1055-
* We updated the Make It Native (MIN) app's React Native, resulting in a [changed MIN app version](/releasenotes/mobile/make-it-native-10/#upgraded-react-min). This means if you wish to test apps from Studio Pro 10.6.0 and above, use MIN 10. For more information, see [Getting the Make It Native App](/refguide10/mobile/getting-started-with-mobile/prerequisites/#get-min-app).
1055+
* We updated the Make It Native (MIN) app's React Native, resulting in a [changed MIN app version](/releasenotes/mobile/make-it-native/#upgraded-react-min). This means if you wish to test apps from Studio Pro 10.6.0 and above, use MIN 10. For more information, see [Getting the Make It Native App](/refguide10/mobile/getting-started-with-mobile/prerequisites/#get-min-app).
10561056
* We upgraded the React Native version to 0.72.7.
10571057
* An external entity can now have an attribute based on a property of a complex type, as long as it is a single-valued complex type that has the supported properties. This is achieved by flattening the properties of the complex type to the properties of the entity.
10581058
* When importing modules, we now ignore included widget packages if their version is older than or the same version as an already installed widget package.

0 commit comments

Comments
 (0)