Skip to content

Guides

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.

The File Handling Guide for Capacitor

Handling files in Capacitor can be a crucial part of your app. Whether you want to read, write or share a file, it is essential to understand the best practices in file handling to avoid potential out of memory (OOM) issues. In this guide, we will explore what you need to consider when dealing with files on Android and iOS and how to ensure efficient and reliable file management.

How to patch a Capacitor plugin

Today i will show you how to apply small changes to a Capacitor plugin without forking or maintaining the entire plugin. This is especially helpful if you need a hotfix for a plugin that is not yet available in the official version, but can also be useful in many other scenarios.