You will not be able to update the Plugin Urban Airship Cordova Plugin using the native app and IDE (Xcode or Android Studio). |
Updating requires the use of the Terminal and is best done by a developer or other technical resource. |
When updating the Urban Airship SDK version for your Cordova-based application, please follow the these steps.
-
Remove the Cordova plugin from your project.
Navigate to the root of your Cordova project, then:
cordova plugin remove urbanairship-cordova
- Build the project to make sure there are no errors generated.
-
Add the Urban Airship Cordova plugin to your project:
cordova plugin add urbanairship-cordova
- Completely delete any existing built native project directories.
- Build the project.