Skip to content

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):

  1. App ID: See App ID and follow the instructions to configure an app ID.

Finally, sync your Capacitor project to apply the changes:

npx cap sync

Deployment

Once configured, you can deploy a new live update to your users with the Capawesome CLI:

npm run build
npx @capawesome/cli apps:liveupdates:upload

See Live Updates in the Capawesome Cloud documentation to learn more about channels, gradual rollouts and automatic rollbacks.