Api Key Android Make "couldn't Get Connection Factory Client"?
i'am really beginner in android. i want to ask some questions. thank you for answer :) how we know if our API key doesn't match with our keystore which one i must to use Sha1 or M
Solution 1:
Firstly, sory for the late answer :). You must use sha1 fingerprint to generate new api-key. You can get your sha1 with your .keystore file. In debug mode with debug.keystore file you can get sha1. But this will not work after you publish your app with debug api-key. You should generate release api-key for it. Firstly you must sign your app and create new private .keystore file. Then you can get sha1 with this private keystore file. After that, you can generate release api-key for your app.
Post a Comment for "Api Key Android Make "couldn't Get Connection Factory Client"?"