Google maps V2 if i change my api key in developer console in updated version what will happen to the previous version of my application on playstore

雨燕双飞 提交于 2020-03-06 03:23:11

问题


Google maps V2 if i change my api key in developer console in updated version of my android application. what will happen to the previous version of my application on play store. means the previous key will automatically change or my previous version of application will stop to show maps


回答1:


There is no limitation to the number of API keys you can have for Google Maps: if you need one key for an older release, another for a debug key, and another for a new release key, then just create new keys.




回答2:


Showing the Google Maps v2 on android only depends on the package name and the SHA-1 declared in the API key. If the package name of your updated version is the same of your previous one, than you can continue using the Google Maps API and the application will show your maps.



来源:https://stackoverflow.com/questions/29992184/google-maps-v2-if-i-change-my-api-key-in-developer-console-in-updated-version-wh

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!