Why do I get signature not valid onGoogle Maps Android API?

前端 未结 2 1086
没有蜡笔的小新
没有蜡笔的小新 2021-02-20 09:57

My app was working fine with position updates on a device with 5.1.

Since then, I made two things: Generating a signed apk. Trying to deploy it to a 6.0 device.

相关标签:
2条回答
  • 2021-02-20 10:36

    Sorry, thats a bug! It's just spurious logging though: Google Play services does some checking to see whether you are a Google app or a regular third party one.

    As part of that, it calls the signature verifier and the logging ended up more verbose than intended - it will be fixed in a future version.This shouldn't affect the behavior of your app at all.

    From Ian Barber Answer @ here

    0 讨论(0)
  • 2021-02-20 10:44

    Well if I'm not wrong you might have configured some hash key (Shah 1)at Google api console to use Google APIs.

    Its working on your simulator or device through debug keystore(its a certificate) because you configured key is debug keystore one.

    Now you have generated signed apk and installed, you need add signed keystore Sha1 key to at Google api console.

    Story is debug keystore sha1 you can use for development purpose. If generate singed apk file you need it's sha1 separately.

    0 讨论(0)
提交回复
热议问题