Limit the number of Google Maps API keys associated with this SHA-1 fingerprint (i.e., Debug storage)?

I have one debug repository that I use to sign debug collections for a large number of projects (i.e. package names).

I am wondering if Google is adding any restrictions on the number of API keys that I can create using a single debug debugging store (and the associated SHA-1 fingerprint).

I do not mind creating new Google Developer accounts, but I want to use only one debug storage for all of them.

Any ideas or experience with this?

+6
source share
1 answer

For a debug keystore, I think there is no limit, since we can get API keys using one Debug key for many applications, however we need one key for each application to release versions of APT keys

0
source

Source: https://habr.com/ru/post/944385/


All Articles