--- description: >- Unvired Cordova SDK plugin for Cordova and Ionic. This plugin lets you build apps which connect to Unvired Mobile Platform (UMP). - iOS Requirements - Update… --- # Unvired Cordova SDK This plugin lets you build apps which connect to Unvired Mobile Platform (UMP). - iOS Requirements - Update your Cocoapods repo before you install the plugin. ``` $ pod repo update ``` - Browser Requirements - After you install the plugin, for Ionic/Angular projects, please add a reference to the following JS files within section of index.html. ``` ``` ## Installation ```bash ionic cordova plugin add @awesome-cordova-plugins/unvired-cordova-sdk npm install @awesome-cordova-plugins/unvired-cordova-sdk ``` **Plugin Repo:** [https://github.com/unvired/cordova-plugin-unvired-sdk/](https://github.com/unvired/cordova-plugin-unvired-sdk/) ## Supported Platforms - iOS - Android - Windows - Browser ## Further Information - [Installation Guide](../../installation.md) - [FAQ](../../faq.md)