What are the steps to implement a native mobile app for already existing application?

0
I have an application being developed in web version in studio pro 9.6.1. Now I need to have a native mobile version for the same application. What are the steps to be followed to do the same?
asked
1 answers
1

Start with adding a Native Mobile Navigation profile to your app.

Read about the concepts of offline first, and native apps with mendix

You can use the same domain model as your webapp (with some minor exceptions), but will need to build specific native pages and nanoflows.

After that, get your certificates/provisioning and build a package.

answered