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.
this is related to SHA-1 key . you can build the apk file from your system only . but you can run the apk file on any system. and also you can add multiple SHA-1 key in google console.one more thing you can do is create a keystore from eclipse and add the sha-1 for this do google console . now sign apk with this . And you are ready to go.