The Apache Cordova documentation is rather good, but occasionally you encounter information that is either out-of-date or missing entirely. One such instance is the ability to delete a file when using the File plugin – the documentation for this function is missing, so to help others, I’ve included some sample code to achieve this.
- Home
- Posts tagged "Cordova"
Posts tagged "Cordova"
0
Cordova: Changing the Default Debug Keystore for Android Applications
I’ve already covered release signing Android application in Cordova in a previous article, but sometimes you want to do the same for debug builds. By default, Cordova uses it’s own debug keystore, but it’s easy to customise your project to use a keystore of your choice when creating debug builds.
Android, Code Signing, Cordova, Debug, Google Play Store, SecurityCordova: Release Signing Android Applications
If you’re using Cordova 5.x+, it’s easy to configure it to also build signed release builds of your Android application. Providing you’re already created a keystore using the keytool, this tutorial will have you building release builds in minutes.
Android, Code Signing, Cordova, Google Play Store, Security