What is Capacitor Updater?
mainCapacitor Updater is a plugin that allows you to update your Capacitor application remotely in real-time. It serves as an open-source alternative to services like Appflow or CodePush, enabling you to push JavaScript, HTML, and CSS updates directly to users without waiting for App Store or Play Store review processes.
Key capabilities include:
- Instant Updates: Push web assets immediately.
- Delta Updates: Download only changed files to minimize data usage.
- Rollback Protection: Automatically revert to a stable bundle if an update fails.
- Channel Management: Use different channels (e.g., staging, production) to manage environments or target specific devices for QA.
- Security: Updates are encrypted and signed.
- Deployment Modes: You can use the managed capgo.app cloud, host your own backend, or use manual methods (zipping/uploading files via JS).