How to get SHA1 certificate fingerprint (Windows | Mac)
In Android, there are two types of keystores. A debug Keystore, and a release Keystore. Debug Keystore has generated automatically when the Android SDK is installed or run for the first time. The release Keystore has to be generated manually by the user for each application before release. As it requires private information such as name, password, etc. To obtain an Android SHA1 fingerprint from your desired keystore, please follow this video steps:
For Windows:
keytool -list -v -alias androiddebugkey -keystore %USERPROFILE%\.android\debug.keystore
keytool -list -v -keystore "%USERPROFILE%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android
For Mac and Linux:
1) Open Terminal.
2) Type the below command:
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android
Why do you need to Subscribe to my channel?
1. It's free (you just need the google mail account)
2. Up to date (every my videos in your mail)
3. Help me to grow up this channel
4. More subscribers = More events.
5. Subscribe channel Real Tech (Stay Connected).
If you got any error, let me know by commenting below.
======================================================
Contact:
======================================================
YOUTUBE: https://youtube.com/RealTechA2Z
FACEBOOK: https://facebook.com/realtechA2Z
======================================================
Thank you.
Real Tech Stay Connected.
#RealTech #RealTechStayConnected #SHA1Fingerprint