This repository has been archived by the owner on Oct 1, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 467
JavaScript module
Nikolay Demyankov edited this page Apr 25, 2016
·
1 revision
By default, all update checking->downloading->installation cycle is performed automatically by the plugins native side. No additional code on the web side is required. However, those processes can be controlled through the corresponding JavaScript module.
It allows you to:
- subscribe for update related events;
- download new releases from the server;
- check, if update is cached and can be installed;
- install loaded updates;
- change plugin preferences;
- request user to download new version of the app from the store.
- Description
- Supported platforms
- App Store FAQ
- Usage Limitations
- Installation
- Quick start guides
- How plugin works
- config.xml preferences
- Plugin configuration files
- JavaScript module
- Additional utils
- Migrating from previous versions
- Contributors
- Issue creation guide