New to Mendix and mobile app developer

0
Two quick questions: I presume new OS releases are just recompile, provided you do not have deprecated code? Does Mendix help with adoption for Apple and Android store posting in some way?   Thank you! Scott
asked
1 answers
0
  1. Yes that’s basically true. Mendix uses React Native for mobile apps, so your mobile app will be built by starting with the Mendix native template, which is updated frequently. https://github.com/mendix/native-template 
  2. The platform will get you to the point of having apps built and signed for both iOS and Android. From there you’ll follow the standard app store release processes. The platform includes over-the-air (OTA) update capability, meaning enhancements can be made to your published mobile app without a new app store release.
answered