Home

Awesome

Cordova app quickstart checklist

LICENSE: CC0 (public domain) ref: http://creativecommons.org/publicdomain/zero/1.0/

Inspiration:

FUTURE TBD:

Purpose

TBD

Prerequisite(s)

NOTE: These steps are very well documented (TBD add some links)

FUTURE TBD for consideration: add section to cover this

FUTURE TBD: how to add a new target platform

Initial checklist

Outline:

Add a simple plugin

Goal: ability to use Cordova CLI to add a plugin and get it working before dealing with complexity of plugins such as Cordova File API and/or sqlite

Fix iOS backup (basic configuration)

Configured by BackupWebStorage in config.xml

IMPORTANT: By default configuration the iOS version has iCloud backup enabled, which I think is wrong. For example, it is NOT allowed to store a SQLite database in iCloud backup. For more information: https://developer.apple.com/library/mac/documentation/General/Conceptual/iCloudDesignGuide/Chapters/iCloudFundametals.html

The other options are to disable iOS backup or enable local backups via iTunes sync. For more information: https://cordova.apache.org/docs/en/latest/guide/platforms/ios/config.html

I have already filed Apache Cordova bug CB-9830 to fix the default iOS backup configuration.

Adding sqlite plugin

Whitelist/security