@paruckerr wrote:
My second version was ok.
But now I tried the third time and my certificate not match, the commands that I used for release a new APK:
Change config.xml version
ionic build android --release
keytool -genkey -v -keystore <KeyStoreName>.keystore -alias <AppName-NewVersion> -keyalg RSA -keysize 2048 -validity 10000
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore <KeyStoreName>.keystore platforms/android/build/outputs/apk/android-release-unsigned.apk <AppName-NewVersion>
zipalign -v 4 platforms/android/build/outputs/apk/android-release-unsigned.apk <AppName-NewVersion>.apk
Whats wrong??
*I not delete my keystore
Thanks.
Posts: 1
Participants: 1