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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
EDIT: This is no longer relevant with Maps API v2