Lorac
Lorac

Reputation: 425

Having 2 different SHA1 for same android package

We are two guys developing an android app, but when generating our SHA-1 to access the google map api, we get 2 different SHA-1. Is it possible to add two different SHA-1 but having the same package and use the same API-KEY?

Do I have to give him my debug key?

Upvotes: 0

Views: 1382

Answers (1)

fluffyBatman
fluffyBatman

Reputation: 6704

Yes, very much possible. You can generate several Map API keys with different SHA-1 fingerprints(from different machines) for the same app(or package).

And no, you don't have to provide him the debug.keystore file. The debug keystore he's using will work fine once you give him another map key by using his machine's SHA-1 fingerprint.

Upvotes: 1

Related Questions