Skip to content

Commit 3ac5c6f

Browse files
authored
Merge pull request mendix#6178 from diego-antonelli/patch-19
Sync native docs from 9
2 parents 47901db + 03f51a4 commit 3ac5c6f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ While developing Mendix apps, you will need to test and iterate to make the best
1616
* The [Getting the Make It Native App](#get-min-app) section explains how to download the Make It Native App, which you can use to test your apps using a simple QR code
1717
* The [Troubleshooting Common Mobile Issues](#troubleshooting) section explains port forwarding, WiFi settings, and other common troubleshooting issues
1818

19+
{{% alert color="warning" %}}
20+
Please note that instructions in this document reference Mendix 9 technologies. When using Mx10 Beta 1 or Beta 2, please use the Make it Native 9 app while testing.
21+
22+
After the Make It Native 10 app is published in app stores, this document will be rewritten to describe testing Mx10 apps.
23+
{{% /alert %}}
24+
1925
## 2 Getting the Make It Native App {#get-min-app}
2026

2127
The Make It Native app allows developers to preview, test, and debug native mobile apps in conjunction with Mendix Studio Pro. Use the **Make It Native 9 app** for Studio Pro v9.24.0 and above.
@@ -94,6 +100,10 @@ If your company has strict network policies which do not allow you to open the p
94100
adb reverse tcp:8083 tcp:8083
95101
```
96102
103+
### 3.1.6 Use Make It Native 9 with an Older Version of Mendix 9 {#use-MIN-older}
104+
105+
The latest version of Make It Native 9 is only compatible with versions of Mendix 9.24.0 and above. To develop with older versions of Mendix 9, you can create a custom developer app by following [this guide](/refguide/mobile/distributing-mobile-apps/building-native-apps/how-to-devapps/). Note that a custom developer app can be used to develop multiple older Mendix apps as long as no custom dependencies are introduced.
106+
97107
### 3.2 Configure Parallels
98108
99109
To use Studio Pro on a Mac device, you will first need to install and configure Parallels. For more information, see [Configuring Parallels](/refguide/using-mendix-studio-pro-on-a-mac/).

0 commit comments

Comments
 (0)