(Optional) To see a list of installed plugins in your Cordova project,
open a command prompt or terminal window, navigate to your Cordova
project folder, and enter:
cordova plugins
The Cordova command line interface returns a JSON array showing
installed plugins, for
example:
This
example shows that the Cordova project has the Cordova core
Camera, Accelerator (device-motion), and File plugins
installed.
Modify the files in the Cordova project's www
folder as appropriate for your project.
Execute the following command to copy the files in the Cordova
project's www folder to the platform
directories:
cordova prepare android
cordova prepare ios
cordova prepare windows
Use the Android IDE, Xcode, or Visual Studio to deploy and run the project.
(Optional) For iOS, if the application uses Afaria mutual certificate
authentication, or if multiple applications on the devices need to share the
credentials, you must first build and deploy Client Hub to
the device, and then add the "clienthubEntitlements" and "$(CFBundleIdentifier)"
items to the shared keychain groups in the application's project settings in
Xcode.