vaenow / cordova-plugin-app-update

App updater for Cordova/PhoneGap
MIT License
299 stars 146 forks source link

support for ios #23

Closed pablomaurer closed 7 years ago

pablomaurer commented 7 years ago

support for ios

lahdekorpi commented 7 years ago

iOS is locked down. You can't do that.

pablomaurer commented 7 years ago

Yep, alot of stuff is locked down, but it's possible. I use currently: https://github.com/nordnet/cordova-hot-code-push

lahdekorpi commented 7 years ago

It is not.

The plugin you linked updates the HTML part of the app, meaning what is running inside the Webview. This plugin updates the whole app. APK.

pablomaurer commented 7 years ago

Oh, didn't know this plugin does update the whole App.