Native page changes only show when new version of native app is built

0
Hello all, I am finding that I can only view changes I make to a native pages, when I build a new version of my native app.  I am testing this in our acceptance environment.  When I make a change and deploy these changes to acceptance, I can only see them when I build a new version of the app.  If I try to view the changes with a previously built version, I cannot see them, is this a standard with native app development?  Thanks so much.
asked
1 answers
2

Hi Monique,

The over-the-air update (OTA) functionality would be perfect for your usecase. This will give you the option to push your changes to any previous built versions without the need to build and install a new version on your device. 

Have a look at https://docs.mendix.com/howto8/mobile/how-to-ota for the prerequisites and how-to. 

answered