after releasing the app, map is not showing.please any one help me. I followed many steps in stack overflow but i did not getting any correct answer
Asked
Active
Viewed 289 times
-2
-
You have to provide the SHa fingerprint of your signed apk file rather that your machine`s code, at google dev console. – Lakhwinder Singh Jan 05 '16 at 07:45
2 Answers
5
For Google Map to visible in all Devices after you launched your app in Android Market you need to create Keystore using Release Key.
Check this post for creating Signed Application and Register Map using Release Key

Community
- 1
- 1

Ronak Joshi
- 1,553
- 2
- 20
- 43
-
Thank you @Ronak joshi but if need to check before launching my app in Android market how can i know whether my map is working or not? – Sharmi Prabhakaran Jan 05 '16 at 07:35
0
copy signed apk in your device and install it...!

nikk
- 407
- 3
- 7
-
i already tried to copy the sighed apk and install in my device still is not working. what steps i need to follow? i put the api key in both release and debug xml file.is this enough or i need to do anything else? – Sharmi Prabhakaran Jan 05 '16 at 10:33