I have integrated Google login integration in my Application which is in live in Play store. Everything is working fine including google sign-in,if I generate the Apk using my Laptop. So I tried to generate the apk by using another laptop, then the issue comes, i.e, Google sign in not working. I debugged, and got the reason is {status code: developer error, resolution : null}.
I find out the solution that this is due to sha-1 key mismatch If generate the sha1 key using keystore file, where should I put that in google console. no solutions are given the answer for this
Can some one please give me relevant solution for this problem. any solution is appreciated.