vaenow / cordova-plugin-app-update

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

AppUpdate doesn't start update, but execute onSuccess callback #113

Closed ericpennachini closed 5 years ago

ericpennachini commented 5 years ago

I've using a Samgung Galaxy J7 2016 with Android 7.0 for development and testing, and my problem is the following:

I invoke window.AppUpdate.checkAppUpdate(onSuccess, onError, updateUrl);. onSuccess callback executes fine, and then confirm dialog appears. When I press Update (in spanish, Actualizar) the progress dialog appears but immediately the app crashes: sin titulo

Cordova version: 8.0.0 Android platform version: 6.2.3 Plugin version: 1.6.0

I will appreciate any help.