[android-developers] Making the same API key work for both developing AND publishing

2012-10-24 Thread Jason Hsu
I recently published an app that uses Google Maps. As you know, you need to provide your API key for Google Maps. When I published the first version of my app, the map display in my Google Play app didn't work even though it did work when I ran my app from source code. So I had to change the

Re: [android-developers] Making the same API key work for both developing AND publishing

2012-10-24 Thread TreKing
On Wed, Oct 24, 2012 at 12:19 PM, Jason Hsu jhsu802...@gmail.com wrote: When I published the first version of my app, the map display in my Google Play app didn't work even though it did work when I ran my app from source code. So I had to change the API key in the source code and republish