My application does not work when I upload it to the play store. It works fine when installing it from android studio.
Is there something special that\'s need to be
In windows this would be the command to get SHA1 key
Open a terminal window.
(PRODUCTION KEYSTORE)
keytool -exportcert -alias keystore -keystore "C:\Users\myusername\Documents\AndroidKeystore\androidkestore.jks" -list -v(DEBUG KEYSTORE:)
keytool -list -v -keystore "%USERPROFILE%.android\debug.keystore" -alias androiddebugkey -storepass android -keypass androidNote the third point where keystore for production is retrieved. You need to add this value into your developer console as shown below