Android Coding Guides
How to generate key certificate hash programmatically: Android Java
We have to generate the hash for both debug and release build types. Which we can use for verification of requests from our android app to our server. Upon verification, the server will pass the Read more…