Hi,
I have followed the steps mentioned here https://ionicframework.com/docs/v1/guide/publishing.html to publish my first version to google play store. Now, for updating, it is mentioned that i have to change the version number in config.xml.
Changed that and then performed
ionic cordova build --release android
What are the next steps to publish an update. I followed the same steps but messed up my keystore. Just trying to be careful.
Enter command: jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore android_private_key.keystore app-release-unsigned.apk aliasname
*you have generated the .keystore when you publish your app. Find the path of where you locate .keystore file last time