- Plugins MUST add their plugin mapping to their app's Cordova.plist Plugins key, if not they will not work (see your plugin's README)
- Plugins MUST add any external hosts they connect to to the white-list in Cordova.plist/ExternalHosts (add hostnames only, NO protocols nor paths) - see the Domain Whitelist Guide
- A plugin's Objective-C code MUST be added to the project properly in a "group" (YELLOW folder), if you incorrectly added it as a folder reference it would be a blue folder (just delete the reference, and re-add)
- A lot of plugins have changed their mapping names in Cordova.plist, you might have to copy and use the new Cordova.plist in your app.
Please see the Cordova Plugin Upgrade Guide.md document included in the guides sub-folder in the source distribution
- Please see the Upgrading Cordova iOS document on http://docs.cordova.io
- See the FAQ in the README.md as well included in the source distribution
Please see the instructions in the README.md document included in the source distribution
Follow the instructions in the Command-Line Usage section of http://docs.cordova.io
That's it! Modify the contents of the "www" directory to add your HTML, CSS and JavaScript.