Remote Building and Publishing

Inside the Remote Build, there are some important functions such as:

  • Building application: Choose a specific platform (among Android,

    iOS and Windows) to build.

  • Building configuration: Configure the necessary information regarding

    the application and build for each platform.

  • Project dependencies: Include the necessary dependencies

    (Cordova plugins, JS/CSS Components and Service Integration) used by the project.

At this point, we assume that you have successfully developed a complete application. Then, you can try building your app and installing it on your device. Once the app development and testing are completed, your app is ready for the market submission. Before releasing or distributing your app into the markets (App Store, Google Play, ...), you will need to create a release build of your app.

Please refer to the following documentation on how to build and distribute your app according to each platform:

See Also:

Last updated