Make it native doesnt work anymore

0
Hello, I am creating an application that is partly native mobile. So far I have been using "make it native" to compile my application real time and test/debug it with minimal issues. As of yesterday, the make it native app no longer works and I encounter the error "It seems you're trying to connect to a Mendix application that is not supported by this version of the app.". What I've tried:   -Changed network to private. -Made a hotspot from my mobile device. -Tried different studio pro versions, as well as the last one (11) -Tried make it native 9 -Made sure mendix and make it native is allowed in the firewall settings -Tried using an emulator (bluestacks) -Made sure my ports are not used -Set up a proxy using ngrok (that's how I test the mobile layout from my phone, since some components require an http connection to work) -Re-installed the app multiple times -Tried the beta version of the app   I followed every documentation step (https://docs.mendix.com/refguide/mobile/getting-started-with-mobile/prerequisites/#31-make-it-native-app) but to no avail. I am at a loss and I don't understand why it stopped working all of a sudden. Do I have to result in not using Mendix for my native mobile application? Compiling by android studio is a time consuming and tedious process (takes 20+ minutes) so creating an apk each time is not an option.   On another note. The native application I will be creating will have to communicate with an external microsoft SQL database, all the entities will be non persistable, so is going native really an option here? It's been giving me a hard time having to create different nanoflows and call microflows via nanoflows each time, and it doest feel like best practice. It's been making things very complex for me.   Thank you in advance for your help and suggestions.
asked
2 answers
0

Hi Dionysios,

Check your system network type it’s public or private. If it’s public then try to change it to private.

 

answered
0

Make it native is only support to Mendix version 10.22 not for version 10.23

see Make It Native 10 App | Mendix Documentation

answered