mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
95f86044aa
- Revised titles and installation commands for several plugins, including Adjust, AdMob Plus, and Approov Advanced HTTP. - Added new README files for plugins such as Airship, Audio Management, and Genius Scan. - Corrected plugin repository links and usage documentation across multiple plugins. - Updated supported platforms and descriptions for clarity and accuracy. - Enhanced consistency in formatting and structure throughout the documentation.
Unvired Cordova SDK
$ ionic cordova plugin add @awesome-cordova-plugins/unvired-cordova-sdk
$ npm install @awesome-cordova-plugins/unvired-cordova-sdk
Usage Documentation
Plugin Repo: https://github.com/unvired/cordova-plugin-unvired-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 <head></head> section of index.html.
<script src="assets/js/sql.js"></script>
<script src="assets/js/kernel.js"></script>
<script src="assets/js/winstore-jscompat.js"></script>
<script src="assets/js/jquery-3.2.1.js"></script>
Supported platforms
- iOS
- Android
- Windows
- Browser