Live Update¶
This starter template uses Capawesome Cloud to deliver updates to your Capacitor app in real-time.
Configuration¶
To receive live updates, you must first configure the Capacitor Live Update plugin via the Capacitor configuration file (capacitor.config.ts):
- App ID: See App ID and follow the instructions to configure an app ID.
Finally, sync your Capacitor project to apply the changes:
Deployment¶
Once configured, you can deploy a new live update to your users with the Capawesome CLI:
See Live Updates in the Capawesome Cloud documentation to learn more about channels, gradual rollouts and automatic rollbacks.