Skip to content

Update MiN docs #9929

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/en/docs/quickstarts/native-mobile-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ aliases:

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.

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.
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.

### Getting to Know Mendix Native Mobile

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

* Read through [Building a Responsive Web App](/quickstarts/responsive-web-app/)
* Download the [Make It Native 10](/refguide/getting-the-make-it-native-app/) app on your mobile device
* The [Make it Native 10](/refguide/getting-the-make-it-native-app/) mobile app is available for Android and iOS devices
* Download the [Make It Native](/refguide/getting-the-make-it-native-app/) app on your mobile device
* The [Make it Native](/refguide/getting-the-make-it-native-app/) mobile app is available for Android and iOS devices
* 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
* This lets you make changes to your app on your development machine, then instantly see those changes in the mobile app
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,34 +59,30 @@ Building native mobile apps is not supported on the [Private Mendix Platform](/p

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

{{% alert color="info" %}}
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.
{{% /alert %}}

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.

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:

* **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))
* 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.
* **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))
* **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.
* **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))
* **8.18.x** – Make It Native 8 LTS ([iOS](https://apps.apple.com/app/make-it-native-8/id1334081181))
* **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)
* Mendix 11 (11.0.0 is not supported):
* **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))

* Mendix 10:
* **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))
* **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.
* **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)

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*.

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

Download the latest version of Make It Native 10 using these QR codes:
Download the latest version of Make It Native using these QR codes:

| Android | iOS |
| :-----------------------------------------------------------------------: | :---------------------------------------------------------------: |
| {{< 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" >}} |
| [Latest Version](https://play.google.com/apps/testing/com.mendix.developerapp.mx10) | [Latest Version](https://testflight.apple.com/join/bQfLf27w) |

Download the MTS version of Make it Native 10 using these QR codes:
Download the LTS version of Make it Native using these QR codes:

| Android | iOS |
| :-----------------------------------------------------------------------: | :---------------------------------------------------------------: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Advanced features in mobile apps often require permission from users. Apps need
* Complete the [Prerequisites](/refguide/mobile/getting-started-with-mobile/prerequisites/) of your app per its type
* Install Mendix Studio Pro to use the Native Mobile App Builder and the latest Nanoflow Commons module.
* Confirm your [Native Mobile Resources](/appstore/modules/native-mobile-resources/) module is up to date.
* Confirm you are using the latest version of the [Make It Native 10 app](/releasenotes/mobile/make-it-native-parent/).
* Confirm you are using the latest version of the [Make It Native app](/releasenotes/mobile/make-it-native-parent/).

## Using a Generic Permission Action

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,26 +63,26 @@ The Make It Native app allows developers to preview, test, and debug native mobi

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:

* **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))
* 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.
* **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))
* **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.
* **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))
* **8.18.x** – Make It Native 8 LTS ([iOS](https://apps.apple.com/app/make-it-native-8/id1334081181))
* **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)
* Mendix 11 (11.0.0 is not supported):
* **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))

* Mendix 10:
* **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))
* **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.
* **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)

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*.

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

Download the latest version of Make It Native 10 using these QR codes:
Download the latest version of Make It Native using these QR codes:

| Android | iOS |
| :-----------------------------------------------------------------------: | :---------------------------------------------------------------: |
| {{< 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" >}} |
| [Latest Version](https://play.google.com/apps/testing/com.mendix.developerapp.mx10) | [Latest Version](https://testflight.apple.com/join/bQfLf27w) |

Download the MTS version of Make it Native 10 using these QR codes:
Download the LTS version of Make it Native using these QR codes:

| Android | iOS |
| :-----------------------------------------------------------------------: | :---------------------------------------------------------------: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Advanced features in mobile apps often require permission from users. Apps need
* Complete the [Prerequisites](/refguide10/mobile/getting-started-with-mobile/prerequisites/) of your app per its type
* Install Mendix Studio Pro to use the Native Mobile App Builder and the latest Nanoflow Commons module.
* Confirm your [Native Mobile Resources](/appstore/modules/native-mobile-resources/) module is up to date.
* Confirm you are using the latest version of the [Make It Native 10 app](/releasenotes/mobile/make-it-native-parent/).
* Confirm you are using the latest version of the [Make It Native app](/releasenotes/mobile/make-it-native-parent/).

## Using a Generic Permission Action

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/releasenotes/mobile/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cascade:
This category includes the following release notes:

* Our [Make It Native Apps](/releasenotes/mobile/make-it-native-parent/) document links to all versions of the Make It Native app:
* [Make It Native 10 App](/releasenotes/mobile/make-it-native-10/): Use this app for projects in Mendix Studio Pro 10.6 and above
* [Make It Native App](/releasenotes/mobile/make-it-native/): Use this app for projects in Mendix Studio Pro 10.6 and above
* [Make It Native 9 App](/releasenotes/mobile/make-it-native-9/): Use this app for projects in Mendix Studio Pro 9
* [Make It Native 8 App](/releasenotes/mobile/make-it-native-app/): Use this app for projects in Mendix Studio Pro 8
* [Mendix Native Mobile Builder](/releasenotes/mobile/mendix-native-mobile-builder/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Depending on the Mendix version your app is developed in and the device you want

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

1. [Make It Native 10](/releasenotes/mobile/make-it-native-10/)
1. [Make It Native](/releasenotes/mobile/make-it-native/)
1. [Make It Native 9](/releasenotes/mobile/make-it-native-9/)
1. [Make It Native 8](/releasenotes/mobile/make-it-native-app/)
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
---
title: "Make It Native 10 App"
url: /releasenotes/mobile/make-it-native-10/
title: "Make It Native App"
url: /releasenotes/mobile/make-it-native/
weight: 8
description: "These release notes showcase each release of the iOS and Android Make It Native app versions."
#ki: "Augmented Reality (AR) Feature" - MOO-1312
---

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*.

## Android 11.1.0 / iOS 11.1.0

**Release date: July 31, 2025**

* 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).

## Android 10.24.0 / iOS 10.24.0

**Release date: July 31, 2025**

* 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).

## Android 5.0.2 / iOS 5.0.2

**Release date: July 2, 2025**
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/releasenotes/studio-pro/10/10.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ We have also introduced an optimizing storage solution, which is triggered when

{{% 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 %}}

* 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).
* 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).
* We upgraded the React Native version to 0.72.7.
* 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.
* 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.
Expand Down