The command you used to get the SHA1 of your debug keystore is:
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android
For your release APK, just replace
~/.android/debug.keystore with the location of your release keystore file and then you'll have the SHA1.
0 comments:
Post a Comment