I'm trying to update some changes I made to an Ionic app following these steps, the problem I have is I didn't develop the app in the first place. I'm just the new guy here and in that tutorial when I have to execute $ jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore HelloWorld-release-unsigned.apk alias_name I always get one of the two following errors:
jarsigner error: java.lang.RuntimeException: keystore load: Keystore was tampered with, or password was incorrect
jarsigner: Certificate chain not found for: ****. **** must reference a valid KeyStore key entry containing a private key and corresponding public key certificate chain.
I'm a little lost here , I don't understand what's the alias name (the tutorial doesn't explain this), also my boss only gave me the password and the keystore file, but he didn't give me the alias_name (although I have asked him this many times), should I keep asking him the alias_name? I mean, is this completely necessary?