Upgrading Windows Phone 8

Upgrading Windows Phone 8

This guide shows how to modify Windows Phone 8 projects, to upgrade from older versions of Cordova. Some of these instructions apply to projects created with an older set of command-line tools that precede the cordova CLI utility. See The Command-Line Interface for information how to update the version of the CLI. The following section shows how to upgrade from non-CLI and CLI projects.

Upgrading 3.6.0 Projects to 4.0.0

For non-CLI projects, run:

bin/update path/to/project

For CLI projects:

  1. Update the cordova CLI version. See The Command-Line Interface.

  2. Run cordova platform update wp8 in your existing projects.

Upgrade to 3.2.0 from 3.1.0

For proje