- Developing an Android app locally using Android Studio 1.3
- Small closed beta on Google Play Store One API key registered against this one app with two SHA1 keys - one local, and one for the release-signed APK using our organisation's Android keystore
- Google Maps works locally while connected to the PC via Android Studio
Google Maps fails when downloaded via the Play store produces a blank grey map with Google logo with this error in logs
5967-6038/? E/Google Maps Android APIļ¹In the Google Developer Console (https://console.developers.google.com) Ensure that the "Google Maps Android API v2" is enabled. Ensure that the following Android Key exists: API Key: YOUR_KEY_HERE Android Application (<cert_fingerprint>;<package_name>): 23:C9:76:CA:A6:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:91:9B:80:3F;org.bto.btappOutput from keytool (release keystore used to sign APK on Play store beta)

Have checked the obvious (am I using the correct API key)
Any ideas?


