How to create multiple client id for android app: debug and release version

In the developer console, in the tab credentials

for generating the client ID, I pass the SHA1 based on the * .jks key (for the release version). The release version works fine, but when I run the debug version of the app it doesn't work. I can only pass one SHA1 and when I pass the SHA1 based on debug.keystore my release version doesn't work. How do I do something to work with both?

I do this for Google plus API.

+3


source to share





All Articles