xamarin -keystore and apk have sha1 is different
问题 I have old Xamarin android project. I made small changes and changed target to android x. The customer sent me a keystore file with password and alias. Now I need to sign and publish the package in google play. But I am getting the error your fingerprint does not match: -need "Sha1Need" -current "Sha1Other" I check my key file with command: keytool -list -v -keystore "my.keystore" -alias key -storepass mypass -keypass mypass I get result value "Sha1Need". Than I checking my apk with command: