Blank Map When download app Android Market - android

I have a problem about google map.
I did an app about include google maps.When i run the app with
Eclipse ,map is seeming everything is ok.
I signed the app and upload Android Market. When i dowload this app
for check i see the map blank.
I changed map key but it doesnt work?
Anybody know about that?

Have you changed the key of the google map component before sign? you must have a key for debug and another for published application.

Related

My app that uses Maps API doesn't work if downloaded from Google Play

Okay, so here is my problem:
I made a little app for myself that uses the Maps API from Google. I followed the instructions on how to put the API key in the app and all that. I make my app, run it on my phone (via USB debugging if that's important) and it works just fine. Now, out of fun, I put the app on Google Play Store (for some of my friends and family to use it idk), and all of a sudden, the app doesn't work. What happened was, the map wouldn't load (as if i haven't put in the API key). Then I uninstalled the app, tried running it with USB debugging again, and the same thing happened. So I put in the new API key, and it works just fine. Uploaded the version 2 in the Play Store, same problem and the same situation. How do I fix this?
I will provide any additional information that you need.
Check if you've entered your API key within the google_maps_api.xml file in the release directory (/app/src/release/res/values) just like in your debug directory (/app/src/main/debug/values).
Then, if you have API key restrictions make sure that you are using right certificates for the debug and release builds. You can get your debug and release certificates by following the steps given on Google Maps SDK for Android documentation
I hope this helps! Goodluck on your project

Map is not showing after releasing app

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
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
copy signed apk in your device and install it...!

Google Maps API Android Issue

so I'm currently developing my first app. I'm just creating a simple map app with different markers on it.
So it's all working perfectly well in the emulator. But when I run the published .apk on my phone, the map doesn't show. It has the GUI but there aren't any continents.
Does this have something to do with the API I got?
Note: I'm running the app on my Samsung Galaxy S6.
You need a new API key (generated with a release certificate) for the signed apk. Simply follow instructions on this page: https://developers.google.com/maps/documentation/android-api/signup?hl=en#release-cert
You'll find information you need under Display your app's certificate information title, RELEASE CERTIFICATE section.

Map is not showing in app installed from playstore

I get strange problem. I app is available on play store. When app is install from eclipse, map is showing. While at same time, if app is install from play store, map is not seen. I do not know where i make mistake. Please help.
Link to app - https://play.google.com/stor/apps/details?id=netleon.sansar.childsafeapp
With the Eclipse you have a debug keystore, for google play store you have a different key store. You api key needs to match the keystore you have used to sign the application.

Android Signed APK not showing Googlemap

I am implemented Google map in my application it's showing Google map on device before creating signed apk. When i created signed apk then it's not showing Google map on device so I am not getting what I did wrong so any one can give me suggestion.
Without any additional information to go on, I'm going to assume you created the release APK still using the debug Google Maps API key. You will need to use create a API key for the release APK. See: http://code.google.com/android/add-ons/google-apis/mapkey.html#getfingerprint
If its something else, could you add logcat output to your original post?

Categories

Resources