I am implementing google sign-in in my app.I know i have to generate production ready SHA1 key when releasing the app.I did that using the following command. First i changed my directory where my .jks is stored in terminal and then i used the following command
keytool -list -v -keystore SimplyMap.jks
I updated the SHA1 in firebase. After generating signed apk, i transferred my apk to my mobile through usb and google sign-in works,but as soon as i upload the same apk to Play Store, google sign-in does not work.Can somebody please help me. FYI,I also generated SHA1 using Android Studio but it didn't worked. What am i doing wrong? Just to let you know Google Sign in also works in debug apk.