You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/quickstarts/native-mobile-app.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ aliases:
13
13
14
14
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.
15
15
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.
17
17
18
18
### Getting to Know Mendix Native Mobile
19
19
@@ -35,8 +35,8 @@ In summary, Mendix lets you [build an app for distribution](/refguide/mobile/dis
35
35
Before starting this tutorial, make sure you have completed the following prerequisites:
36
36
37
37
* 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
40
40
* 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
41
41
* This lets you make changes to your app on your development machine, then instantly see those changes in the mobile app
42
42
* 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
Copy file name to clipboardExpand all lines: content/en/docs/refguide/mobile/getting-started-with-mobile/prerequisites.md
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,34 +59,30 @@ Building native mobile apps is not supported on the [Private Mendix Platform](/p
59
59
60
60
## Getting the Make It Native App {#get-min-app}
61
61
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
-
66
62
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.
67
63
68
64
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:
69
65
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)
77
73
78
74
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*.
79
75
80
76
### Direct Download Links {#direct-links}
81
77
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:
Copy file name to clipboardExpand all lines: content/en/docs/refguide10/mobile/getting-started-with-mobile/prerequisites.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,26 +63,26 @@ The Make It Native app allows developers to preview, test, and debug native mobi
63
63
64
64
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:
65
65
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)
73
73
74
74
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*.
75
75
76
76
### Direct Download Links {#direct-links}
77
77
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:
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/mobile/make-it-native-parent/make-it-native.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,25 @@
1
1
---
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/
4
4
weight: 8
5
5
description: "These release notes showcase each release of the iOS and Android Make It Native app versions."
6
6
#ki: "Augmented Reality (AR) Feature" - MOO-1312
7
7
---
8
8
9
9
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*.
10
10
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).
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/studio-pro/10/10.6.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1052,7 +1052,7 @@ We have also introduced an optimizing storage solution, which is triggered when
1052
1052
1053
1053
{{% 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 %}}
1054
1054
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).
1056
1056
* We upgraded the React Native version to 0.72.7.
1057
1057
* 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.
1058
1058
* 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