Skip to content

Cloud

How to restrict Capacitor Live Updates to Native Versions

Live Updates are a powerful feature that allows you to deliver updates to your Capacitor app in real-time without having to resubmit your app to the app stores. However, it is important to make sure that only Binary Compatible Changes are delivered to your users to prevent incompatible updates. In this guide, you will learn how to restrict live updates to specific native versions.

Announcing the Capacitor Live Update Plugin

One of the biggest advantages of Capacitor over other runtimes is the ability to deliver updates in real-time without having to resubmit your app to the app stores. For this reason, we are very excited to introduce you today to our brand new Capacitor Live Update plugin. In this blog post, you will learn everything about the new plugin and how you can implement it in your Capacitor app.