hello I build application with google maps api , the apk work fine till i export sign apk (for publish on google play) when i download the application from google play
i can't see the map.
the export sign apk destroy the map
anyone know why?
|
hello I build application with google maps api , the apk work fine till i export sign apk (for publish on google play) when i download the application from google play i can't see the map. the export sign apk destroy the map anyone know why? |
|||
|
|
|
When you use the map api, you are using an api key. The api key is bound to a specific certificate, and right now it is bound to your debug certificate. You just need to get an api key for your production certificate. See here: https://developers.google.com/android/maps-api-signup |
|||
|
|