kolbasa/cordova-plugin-apkupdater

Install() not workin app-release.apk

Closed this issue · 2 comments

install works if the apk understood for app-debug.apk, if the apk understood for app-release.apk does not install,

Sorry for the delay. I didn't pay attention to my notifications.
You can only update apps if the signature has remained unchanged and the app version has been correctly raised accordingly.
So you can't update an app-debug.apk with an app-release.apk.

Here you can find some more hints: #10

Thanks for the feedback! that was the same problem, if I install a release.apk and try to upgrade to another release.apk it works

your plugin saved my project

att tks