You want both --prod
and --release
. --prod
is for ionic-app-scripts, affecting the generated JavaScript code; --release
is for Cordova, affecting the Android app itself. You also need to sign the Android apk before publishing it.
4 Likes