Android Question Installation failed PLAY Store

Tayfur

Well-Known Member
Licensed User
Longtime User
@Erel

I have problem when uploading new version application.

I do mistake :( :( and I change private sign. now; I cant upload app to play store.

how can i fix it?

Installation failed
You install a certificate signed by a different from your previous apk APK. You must use the same certificate. Your current Hats signed with a digital certificate fingerprint case:
[SHA1: EB: 6D: B8: 62: 13: A1: D4: 18: CF: DFA: 30: ********************]
and that the certificate used to sign the APK install monitors that have digital fingerprints:
[SHA1: 16: F7: 92: 30: 3: A6: 19: 26: ******************************]
 
Last edited:
Upvote 0

Eumel

Active Member
Licensed User
Longtime User
Load the old sign key in IDE (Under Tools > Private sign key > Load existing key)

If you don´t have the old key, then no way to fix this
 
Upvote 0

Tayfur

Well-Known Member
Licensed User
Longtime User
Load the old sign key in IDE (Under Tools > Private sign key > Load existing key)

If you don´t have the old key, then no way to fix this
Load the old sign key in IDE (Under Tools > Private sign key > Load existing key)

If you don´t have the old key, then no way to fix this
I dont have old key :( :(

@Eumel ; I must delete application on play store ?
 
Upvote 0

Eumel

Active Member
Licensed User
Longtime User
You cannot delete an app on play store, only deactivate it.
For the new app you must change the package name. And save the signing key.
 
Upvote 0
Top