2022-01-27 16:33:57 +08:00
|
|
|
# UnviredResult
|
|
|
|
a SDK
|
2021-09-29 20:39:53 +08:00
|
|
|
|
|
|
|
```
|
|
|
|
$ ionic cordova plugin add @awesome-cordova-plugins/unvired-cordova-sdk
|
2021-09-29 21:19:55 +08:00
|
|
|
$ npm install @awesome-cordova-plugins/unvired-cordova-sdk
|
2021-09-29 20:09:02 +08:00
|
|
|
```
|
|
|
|
|
2021-09-29 21:19:55 +08:00
|
|
|
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/unvired-cordova-sdk/)
|
2021-09-29 20:09:02 +08:00
|
|
|
|
|
|
|
Plugin Repo: [https://github.com/unvired/cordova-plugin-unvired-sdk/](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
|
2021-09-29 20:38:45 +08:00
|
|
|
|
2021-09-29 20:09:02 +08:00
|
|
|
|
|
|
|
|