Android: Unable to get same keystore from Personal Information Exchange file -


i have update android app on google play store. signing apk, previous developer had used personal information exchange file, named mycert.p12. used following command keystore file:

keytool -importkeystore -srckeystore e:\mycert.p12 -destkeystore e:\dstmobile2013\key\mycert.keystore -srcstoretype pkcs12

the keystore imported successfully, when signed apk keystore , uploaded on google play, gave me following error:

you uploaded apk signed different certificate previous apks. must use same certificate. existing apks signed certificate(s) fingerprint(s):

[ sha1: c7:be:c1:f7:72:f6:1d:87:53:49:74:2e:63:67:5a:63:27:07:f1:72 ] , certificate(s) used sign apk uploaded have fingerprint(s):

[ sha1: 26:20:f8:1f:48:43:ff:8e:ae:a8:0b:37:ce:22:c8:3d:85:89:f8:b3 ]

from, error, clear keystore used sign previous apk , 1 used sign apk not same. not getting why not generating same keystore or did made mistake. please suggest.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -