---
description: Understand Live Update bundles in Capawesome Cloud — the packaged web assets delivered over-the-air to your Capacitor and Cordova apps.
title: Live Update Bundles - Capawesome
image: https://capawesome.io/docs/assets/images/social/cloud/live-updates/bundles.png
---

<!doctype html> 

[Skip to content ](#bundles) 

[🔐 Introducing the **Capacitor Vault** plugin — store secrets behind biometrics or a device passcode. ](/blog/announcing-the-capacitor-vault-plugin/) 

* [ SDKs ](/docs/sdks/)
* [ Formbricks ](/docs/sdks/capacitor/formbricks/)
* [ Geocoder ](/docs/sdks/capacitor/geocoder/)
* [ Google Sign-In ](/docs/sdks/capacitor/google-sign-in/)
* [ Grafana Faro ](/docs/sdks/capacitor/grafana-faro/)
* [ libSQL ](/docs/sdks/capacitor/libsql/)
* [ Live Update ](/docs/sdks/capacitor/live-update/)
* [ Managed Configurations ](/docs/sdks/capacitor/managed-configurations/)
* [ Media Session ](/docs/sdks/capacitor/media-session/)
* [ ML Kit ](/docs/sdks/capacitor/mlkit/)
* [ Navigation Bar ](/docs/sdks/capacitor/navigation-bar/)
* [ NFC ](/docs/sdks/capacitor/nfc/)
* [ OAuth ](/docs/sdks/capacitor/oauth/)
* [ Pedometer ](/docs/sdks/capacitor/pedometer/)
* [ Photo Editor ](/docs/sdks/capacitor/photo-editor/)
* [ PostHog ](/docs/sdks/capacitor/posthog/)
* [ Printer ](/docs/sdks/capacitor/printer/)
* [ Purchases ](/docs/sdks/capacitor/purchases/)
* [ RealtimeKit ](/docs/sdks/capacitor/realtimekit/)
* [ Screen Orientation ](/docs/sdks/capacitor/screen-orientation/)
* [ Screenshot ](/docs/sdks/capacitor/screenshot/)
* [ Secure Preferences ](/docs/sdks/capacitor/secure-preferences/)
* [ Speech Recognition ](/docs/sdks/capacitor/speech-recognition/)
* [ Speech Synthesis ](/docs/sdks/capacitor/speech-synthesis/)
* [ Share Target ](/docs/sdks/capacitor/share-target/)
* [ Square Mobile Payments ](/docs/sdks/capacitor/square-mobile-payments/)
* [ SQLite ](/docs/sdks/capacitor/sqlite/)
* [ Superwall ](/docs/sdks/capacitor/superwall/)
* [ Torch ](/docs/sdks/capacitor/torch/)
* [ Vault ](/docs/sdks/capacitor/vault/)
* [ Wifi ](/docs/sdks/capacitor/wifi/)
* [ Zip ](/docs/sdks/capacitor/zip/)
* [ Cordova ](/docs/sdks/cordova/)
* [ Cloud ](/docs/cloud/)
* [ Integrations ](/docs/cloud/live-updates/integrations/)
* Concepts
* [ Binary-Compatible Changes ](/docs/cloud/live-updates/binary-compatible-changes/)
* Reference
* [ Troubleshooting ](/docs/cloud/live-updates/troubleshooting/)
* [ FAQ ](/docs/cloud/live-updates/faq/)
* [ Native Builds ](/docs/cloud/native-builds/)
* [ Set Up Environments ](/docs/cloud/native-builds/environments/)
* [ Overwrite Native Configurations ](/docs/cloud/native-builds/native-configurations/)
* [ Auto-Increment Build Numbers ](/docs/cloud/native-builds/auto-incrementing-build-numbers/)
* [ Configure the Web Build Script ](/docs/cloud/native-builds/web-build-script/)
* [ Build from a Monorepo ](/docs/cloud/native-builds/monorepo/)
* [ Use pnpm, Yarn, or bun ](/docs/cloud/native-builds/package-managers/)
* [ Install Private npm Packages ](/docs/cloud/native-builds/npm-private-registry/)
* [ Override the Java Version ](/docs/cloud/native-builds/override-java-version/)
* [ Custom iOS Provisioning Profiles ](/docs/cloud/native-builds/custom-ios-provisioning-profiles/)
* [ Build without Git ](/docs/cloud/native-builds/build-without-git/)
* [ Access Git Behind a Firewall ](/docs/cloud/native-builds/firewall-access/)
* [ Integrations ](/docs/cloud/native-builds/integrations/)
* Reference
* [ Troubleshooting ](/docs/cloud/native-builds/troubleshooting/)
* [ FAQ ](/docs/cloud/native-builds/faq/)
* [ App Store Publishing ](/docs/cloud/app-store-publishing/)
* [ Submit a Build ](/docs/cloud/app-store-publishing/submit-a-build/)
* [ Submit Automatically After a Build ](/docs/cloud/app-store-publishing/submit-automatically/)
* [ Troubleshooting ](/docs/cloud/app-store-publishing/troubleshooting/)
* [ FAQ ](/docs/cloud/app-store-publishing/faq/)
* [ Automations ](/docs/cloud/automations/)
* [ Reference ](/docs/cloud/automations/reference/)
* [ Troubleshooting ](/docs/cloud/automations/troubleshooting/)
* [ FAQ ](/docs/cloud/automations/faq/)
* [ Assist ](/docs/cloud/assist/)
* [ CLI ](/docs/cloud/cli/)
* APIs and SDKs
* [ Webhooks ](/docs/cloud/webhooks/)
* [ Integrations ](/docs/cloud/integrations/)
* Account
* [ Organization ](/docs/cloud/organizations/)
* [ Two-Factor Enforcement ](/docs/cloud/organizations/two-factor-authentication/)
* [ Audit Logs ](/docs/cloud/organizations/audit-logs/)
* [ Billing ](/docs/cloud/organizations/billing/)
* [ License Keys ](/docs/cloud/license-keys/)
* [ AI ](/docs/ai/)
* [ Insiders ](/docs/insiders/)
* [ Billing & Plans ](/docs/insiders/billing-and-plans/)
* [ FAQ ](/docs/insiders/faq/)
* [ License ](https://capawesome.io/legal/eula/)
* [ Support ](/docs/support/)
* [ Contributing ](/docs/contributing/)
* Contributing code
* [ Code of Conduct ](/docs/contributing/code-of-conduct/)
* [ Questions ](https://docs.github.com/en/discussions/collaborating-with-your-community-using-discussions/participating-in-a-discussion#creating-a-discussion)
* [ Blog ](/blog/)
* Categories

# Bundles[¶](#bundles "Permanent link")

A **bundle** (a "Live Update") is the packaged web assets — HTML, CSS, JavaScript, images — of your app, deployed to a [channel](/docs/cloud/live-updates/channels/) in Capawesome Cloud. Because a bundle contains only web assets and no native code, it can be delivered to your users without an app store review. See [Binary-Compatible Changes](/docs/cloud/live-updates/binary-compatible-changes/) for exactly what a bundle can and cannot change.

For how bundles relate to channels, deployments, and devices — and the full path from publishing to applying an update — see [How Live Updates Work](/docs/cloud/live-updates/how-it-works/).

## Create a bundle[¶](#create-a-bundle "Permanent link")

There are two ways to get a bundle into Capawesome Cloud:

* **Build in the cloud or upload** from your machine — see [Publish an update](/docs/cloud/live-updates/publish/).
* **Register a self-hosted bundle** by URL — see [Self-host bundles](/docs/cloud/live-updates/self-hosting/).

## Custom properties[¶](#custom-properties "Permanent link")

You can attach custom properties to a bundle — for example a version number or release notes — and read them in your app.

`[](#%5F%5Fcodelineno-0-1)npx @capawesome/cli apps:liveupdates:upload --custom-property key1=value1 --custom-property key2=value2
`

Read them with `fetchLatestBundle()`:

CapacitorCordova

`[](#%5F%5Fcodelineno-1-1)import { LiveUpdate } from "@capawesome/capacitor-live-update";
[](#%5F%5Fcodelineno-1-2)
[](#%5F%5Fcodelineno-1-3)const { customProperties } = await LiveUpdate.fetchLatestBundle();
[](#%5F%5Fcodelineno-1-4)// customProperties = { key1: "value1", key2: "value2" }
`

`[](#%5F%5Fcodelineno-2-1)const { customProperties } = await cordova.plugins.LiveUpdate.fetchLatestBundle();
[](#%5F%5Fcodelineno-2-2)// customProperties = { key1: "value1", key2: "value2" }
`

Custom properties can be updated at any time from the [Console](https://console.cloud.capawesome.io/) or the [CLI](/docs/cloud/cli/).

## Versioned bundles[¶](#versioned-bundles "Permanent link")

A Live Update may only reach devices whose native binary can run it — see [Binary-Compatible Changes](/docs/cloud/live-updates/binary-compatible-changes/) for why this matters and how it compares to [versioned channels](/docs/cloud/live-updates/channels/#versioned-channels). Versioned bundles enforce this without extra channels: attach a native version range to each upload, and Capawesome Cloud only serves the bundle to devices inside that range. Use the `--android-min` / `--android-max` / `--ios-min` / `--ios-max` flags on [apps:liveupdates:upload](/docs/cloud/cli/commands/#appsliveupdatesupload):

`[](#%5F%5Fcodelineno-3-1)npx @capawesome/cli apps:liveupdates:upload \
[](#%5F%5Fcodelineno-3-2)  --channel production \
[](#%5F%5Fcodelineno-3-3)  --android-min 6 \
[](#%5F%5Fcodelineno-3-4)  --ios-min 6
`

This bundle reaches only devices on Android `versionCode` 6 or higher and iOS `CFBundleVersion` 6 or higher. To exclude a single native version instead of setting a range, use `--android-eq` / `--ios-eq` — the bundle is then served to every device except those on the exact version code you specify.

For example, suppose a web bundle is compatible with Android `versionCode` 4 through 6, but version 5 already ships that exact bundle baked into its native binary. You can target the range and skip version 5 in one upload:

`[](#%5F%5Fcodelineno-4-1)npx @capawesome/cli apps:liveupdates:upload \
[](#%5F%5Fcodelineno-4-2)  --channel production \
[](#%5F%5Fcodelineno-4-3)  --android-min 4 \
[](#%5F%5Fcodelineno-4-4)  --android-max 6 \
[](#%5F%5Fcodelineno-4-5)  --android-eq 5
`

Devices on `versionCode` 4 and 6 receive the update, while version 5 is left alone because it already includes the bundle. The same flags are available on [apps:liveupdates:register](/docs/cloud/cli/commands/#appsliveupdatesregister) for self-hosted bundles.

## Next steps[¶](#next-steps "Permanent link")

* [Publish an update](/docs/cloud/live-updates/publish/) — ship a new bundle to your users.
* [Manage channels](/docs/cloud/live-updates/channels/) — control which devices receive which bundles.
* [How Live Updates Work](/docs/cloud/live-updates/how-it-works/) — see how bundles fit into the bigger picture.

June 15, 2026 

Back to top