How to get the SHA1 fingerprint certificate for release and debug in Android Studio?
There are two types of fingerprint certificates in Android, one is Debug and the other is Release. You need to sign your app in Debug mode just for testing purposes. Do not publish apps that are singed in debug mode. You need to sign your app with Release certificate before publishing. Here’s how to get …
How to get the SHA1 fingerprint certificate for release and debug in Android Studio? Read More »