Description

This step describes the process of adding and build mobile applications. To assemble the mobile application for the iOS platform, it is necessary at each step to change the platform android on ios.

Build mobile apps

1.In command prompt go to the folder with the application.

2.In order to add a platform to your Cordova app, you need a command prompt to run the command cordova platform add имя_платформы. With a comprehensive list of supported platforms can be found here

3.To build mobile apps for added platforms to the Cordova app, in the command prompt, run the command cordova build.

In the result of the execution of this step will create the installation files for mobile applications. Next will be considered process launch mobile applications on the device.

You can