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 --releaseFor iOS
ionic cordova build ios --prod --releaseLast updated
Was this helpful?