mnill / cordova-app-updater

Simple plugin for hot update cordova app
MIT License
16 stars 5 forks source link

iOS background app kill #12

Closed akashish closed 7 years ago

akashish commented 7 years ago

Get update from sever, perfect working in android but having issue with ios in iOS i have to kill the background app then it is updating the app .

In android it is working without killing background app.

mnill commented 7 years ago

iOS will be updated if app has been unload from memory. By my stats 99% users kills his basckground apps. Other way is redirect app to updater.html

akashish commented 7 years ago

Hi,

We want auto update to work in iOS without killing the app from background, Is there a way to achieve this without redirecting to update.html once the user is already within the app.

On Wed, Sep 28, 2016 at 6:21 PM, Ilya Kirichek notifications@github.com wrote:

iOS will be updated if app has been unload from memory. By my stats 99% users kills his basckground apps. Other way is redirect app to updater.html

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mnill/cordova-app-updater/issues/12#issuecomment-250157335, or mute the thread https://github.com/notifications/unsubscribe-auth/AVcu-SoTn85LbMZRpgUIaP5WqYwa3bJBks5qumLKgaJpZM4KIdYQ .

mnill commented 7 years ago

Can u please describe u vision of this process? How it must look like? Even if you update files in background you still have old application loaded in webview. You need restart the app or refresh the page.

mnill commented 7 years ago

expired