开发者

how to create my own fingerprint for google maps embeded android application for public use

开发者 https://www.devze.com 2023-04-13 08:09 出处:网络
My google maps embedded android app working correctly on emulator and r开发者_如何学JAVAeal device but after signing my app and putting .apk file on the real device it dose not load google maps.I thin

My google maps embedded android app working correctly on emulator and r开发者_如何学JAVAeal device but after signing my app and putting .apk file on the real device it dose not load google maps.I think that I have made some signing error.I have registered debug.keystore with google for getting google map API key.I searched internet for signing methods of google map embedded android app but I did not found any thing useful to me.I am publishing this app to the android market but this (google maps does not load on real device )problem stuck me.

So please any one help me that I can get google maps API key for public use and can properly sign this app .

Thanks in advance .


I'm pretty sure you need a different maps API key when you release an android application.

I quote:

Keep in mind that each Maps API Key is uniquely associated with a specific signing certificate. That means that:

•When you are getting started on developing, you can register using the debug certificate created by the SDK tools.

•When you are ready to publish your application, you need to register again using the certificate with which you will sign your application for release. You must then update your MapView elements so that they reference the release API Key, rather than the debug Key, and then sign your application with your release certificate.

Above quote is found here: http://code.google.com/android/add-ons/google-apis/maps-overview.html

Below webpage tells you how to get MD5 fingerprint for your signing certificate http://code.google.com/android/add-ons/google-apis/mapkey.html#getfingerprint

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号