Make it native version issue

0
Since today we can't test our native apps in the make it native app.The notification says "we've encountered a version issue". But it is the lts of the app and in Mendix 10.24.14Does somebody else have this problem?Kind regards,Steven
asked
3 answers
0

You might want to have a look at this community thread as well:

https://community.mendix.com/link/spaces/mobile/questions/138275


Several people report the same “version issue” with Make It Native after upgrading to newer Mendix versions. In that thread, the recommended workaround is to install the Make It Native beta via TestFlight, since the App Store version only supports older Mendix versions.


This beta version has fixed the issue for multiple users and should allow you to test native apps again on Mendix 10.24.x.


answered
0

Best to create your own custom dev app. I have a generic app with all native modules and widgets in it to test new Mendix releases and to generate a custom dev app


https://docs.mendix.com/refguide10/mobile/distributing-mobile-apps/building-native-apps/how-to-devapps/

answered
-2

hi,


What you’re running into is not an issue with your app itself, but a compatibility requirement between the Make It Native app and the Mendix version your build uses.

According to Mendix documentation, each version family of the Make It Native app must match the Mendix Studio Pro version family you are building with, otherwise the native test harness will refuse the connection. The docs clearly state:

For Mendix 10 10.24.x, you must use the Make It Native 10 LTS version that is compatible with that runtime. The Make It Native app was aligned to Studio Pro 10.24 starting with the 10.24 release.

If you have a newer Make It Native app that only supports newer Studio Pro versions, but you are building with 10.24.14, the native app will show a “version issue” and refuse to load — even though Studio Pro 10.24.x itself is LTS.

Why this happens

  • Mendix aligns the Make It Native app version to the corresponding Studio Pro version family.
  • If the native app is ahead of your runtime version, it may no longer accept your build.
  • This is especially visible when the Make It Native app auto-updates from the App Store.

What you can do

  1. Install the matching Make It Native 10 LTS version for your runtime (i.e., the release that explicitly supports Mendix 10.24.x).
  2. If that version isn’t in the public app store anymore, join the official Make It Native beta/testing program and install the appropriate release for 10.24.x.
  3. Alternatively, build and install a custom native developer app once (using Studio Pro’s native build feature), and use it for testing without ongoing compatibility issues.


answered