How should i get Application specific Google Map Api key so that when i put my application on Android Market it work for every one who downloaded my Application. What steps i need to do so that my app works fine on every android device..
Share
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.
I’m assuming by “Application specific Google Map Api key” you mean a key for each copy of the app that is downloaded.
I don’t believe each copy of your application needs a unique key.
“Because MapView gives you access to Google Maps data, you need to register with the Google Maps service and agree to the applicable Terms of Service before your MapView will be able to obtain data from Google Maps. This will apply whether you are developing your application on the emulator or preparing your application for deployment to mobile devices.”
From: http://code.google.com/android/add-ons/google-apis/mapkey.html
Just hardcode the key you’re using to test into your app.