I have two queries regarding google maps api v2:
For one google api console account and in its one project
- what is the maximum limit for creating new android key(s) for google maps api v2.
- what is the maximum limit for adding applications (SHA1 certificate fingerprint and package name (separated by a semicolon) per line) inside one key using 'Edit allowed Android apps'
Currently i have scenario, where i have added around 108 application inside single maps key all are loading maps properly on device. But if I add any more applications maps are not loading on device just showing blank gray screen with zooming and current location buttons.
In logs its shows this messages
Failed to contact Google servers. Another attempt will be made when connectivity is established. Failed to load map. Error contacting Google servers. This is probably an authentication issue (but could be due to network errors).
I had created New Android Key in same project and tried to use that new maps key, but still its having same above issue. I verified SH1 fingerprint, package name, signing key and its maps key all are proper.
I had searched lot related to this in google maps documentation and any related issues but didn't find any information.