0

I build and sign my android app. Now I publish on google play but when I install on google play, google maps doesn't work. I read some article about this issue but I dont fix it.

What can I do after signing ?

Melih Mucuk
  • 6,988
  • 6
  • 37
  • 56

2 Answers2

1

I don't know if it is still an issue. But you needed different API Keys for different keystores.

Switching Brains
  • 290
  • 4
  • 15
  • I export app and I generate different keystore. But how can I generate different API Keys for this keystore ? My keystore location is : C:\Users\Melih\Desktop\cadi\cadi.keystore . keytool -list -alias androiddebugkey -keystore C:\Users\Melih\Desktop\cadi\cadi.keystore -storepass android -keypass android doesnt work – Melih Mucuk Sep 24 '12 at 12:44
  • http://stackoverflow.com/questions/4262773/keytool-signing-problem-keystore-was-tampered-with-or-password-was-incorrect – Switching Brains Sep 24 '12 at 13:04
0

I had the same problem, but with Facebook. You have to sign your application with your keystore publish key, because your preveous key is a debug key and it doesn't work after publishing app.

Geralt_Encore
  • 3,721
  • 2
  • 31
  • 46
  • What I understand, I export my app and generate new keystore file then I generate different Api Key using this keystore then I sign my apps again Correct ? – Melih Mucuk Sep 24 '12 at 12:48
  • I export my app and generate new keystore file, this is ok. But How can I generate MD5 for this keystore ? keytool -list -alias androiddebugkey -keystore C:\Users\Melih\Desktop\cadi\cadi.keystore -storepass android -keypass android doesnt work. It gives error: keytool error: keystore was tampered with, or password was incorrect – Melih Mucuk Sep 24 '12 at 12:55