Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

https://play.google.com/store/apps/details?id=beach.android.com&feature=search_result#?t=W251bGwsMSwyLDEsImJlYWNoLmFuZHJvaWQuY29tIl0.

i can't see the map.

the export sign apk destroy the map

anyone know why?

share|improve this question

1 Answer

up vote 0 down vote accepted

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.