Live update of an app?

My app is ready, but I’ll face multiple bugs in the future. I was wondering, can I live-update my app? I’m using Capacitor + Bootstrap + Vue. Thanks!

BTW, I’ve found this plugin for Cordova: https://github.com/microsoft/cordova-plugin-code-push

You can use ionic app flow to automate the updates of your app.

Yes its possible. But first you must check if that cordova plugin is compatible with capacitor. But It would be best if you use AppFlow.

I was wondering something similar when I was transitioning. There is a capacitor plugin, so you don’t have to use the cordova one. For reference: