Build Your App for Release

Before you submit your Apache Cordova app to the App Store, you need to build the application in release mode.

If you are using a Visual Studio TACO project, change the solution configuration from Debug to Release, and rebuild your application.

If you are using Visual Studio Code on the Mac, execute the following command from the Visual Studio Code Terminal Window:

cordova build –release ios

In both cases, you will find a generated XCode project on the Mac, in the platforms/ios sub-folder.