Hot Code Push
HotCodePush plugin for Cordova that supports iOS and Android. This plugin allows you to keep your html, css and js files synced with your server.
For more info, please see the detailed wiki https://github.com/nordnet/cordova-hot-code-push/wiki
Stuck on a Cordova issue?
If you're building a serious project, you can't afford to spend hours troubleshooting. Ionicβs experts offer premium advisory services for both community plugins and premier plugins.
Installation
Ionic Enterprise comes with fully supported and maintained plugins from the Ionic Team. Learn More or if you're interested in an enterprise version of this plugin Contact Us
Supported Platforms
- Android
- iOS
Usage
Using React?
import { HotCodePush } from '@ionic-native/hot-code-push/ngx';
constructor(private hotCodePush: HotCodePush) { }
...
hotCodePush.fetchUpdate(options).then(data => { console.log('Update available'); });