Generating App in Release Mode

To generate your App apk file to upload on Google Play Store, change your command window or terminal directory to your App folder and run the following commands.

For Android

ionic cordova build android --prod --release

For iOS

ionic cordova build ios --prod --release

Last updated