Friday, September 11, 2020

iOS build X Code versions and supported sdks

 The page below lists different X Code versions and corresponding SDKs. This information is necessary when using X Code build task in DevOps

https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md

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/

 

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...