How do I can specific multiple Google Maps Android API? -
i've android project use google maps api. team project need numbers of api keys how many members are.
however don't know how define in google_maps_api.xml total keys have. instead each member needs write key.
so know if it's possible automate this: insert keys , when user run project check possible keys.
from google maps api v2 can have unique api key multiple signing keys. useful in situations yours, or when need add release key.
assuming using newest version of site, go api manager -> credentials -> api keys. there can add 1 line each developer:
package key com.your.package key1 com.your.package key2 ...
Comments
Post a Comment