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:
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:Cordova version:
8.0.0
Android platform version:6.2.3
Plugin version:1.6.0
I will appreciate any help.