I am developing one Map Android project. I have generated one Android Google Map V2 API key , I have followed this
for obtaining Android Map key. I have given my SHA-1 fingerprint and my application package name. Through this I have generated one Map Key. The Problem is this key is only for my system. It wont run it in another systems and says Authentication failure.
Is there any option to generate universal Map key so that it can run in all environments?
We have 10 people working in that project, all of them having the API key the same way i get it.So Now we have 10 different API keys If I plan to launch the app in play store , Which key should I use?
Please provide me the best way to do this.
Actually this happens because of SHA-1 key and it is related to debug.keystore file which it found in android folder. There are two option, either you create different map key from that system using SHA-1 and replace that Map key in manifest.xml file or you can just copy debug.keystore file from system and replace it to that system.