Recently, I was working with Android Maps V2. I came across debug.keystore and release.keystore. What is the difference between them? Why do we hav
debug.keystore
release.keystore
debug.keystore is used at the time of development, where as release.keystore will be used at product release... link