June 2018
Beginner to intermediate
394 pages
9h 2m
English
Every mobile or Android developer should have an understanding of debug and release certificates for deployment. A debug certificate is for debugging purposes at the time of development, whereas a release certificate is to publish the Android application to the Play Store. These two certificates are dependent on the SHA-1 fingerprint release certificate we can create and store in known paths on the hard drive. The Android debug certificate will be stored in the .android directory and debug.keystore file. To obtain an SHA-1 fingerprint, we can make use of CLI commands or Android Studio in Windows, we shall use the following commands to get the SHA-1 fingerprint:
Read now
Unlock full access