Friday, September 11, 2020

Sign Android apps using upload_cert.der from Google Play Console

To publish an android app on production track, it needs to be signed with the right key. Google can automatically manage signing key in the play console for. But we also need to import the key used by google in our local keystore where android studio is generating the apk file.

http://tigar.nl/2018/05/15/android-app-signing/

 

No comments:

Regex obfuscate email

 Use this code in C# to obfuscate email using regex // Online C# Editor for free // Write, Edit and Run your C# code using C# Online Compile...