@capgo/capacitor-updater Plugin
Konten ini belum tersedia dalam bahasa Anda.
import { LinkCard, Aside } from ‘@astrojs/starlight/components’;
Overview
The @capgo/capacitor-updater
plugin is the core technology that enables live updates in Capacitor apps. This section contains technical documentation for developers who need to:
- Understand the plugin’s API methods
- Configure advanced plugin settings
- Debug update issues
- Implement custom update flows
- Run self-hosted update servers
Quick Links
Plugin Documentation
This technical reference covers:
- Plugin API - All available methods and their usage
- Plugin Settings - Configuration options for capacitor.config
- Known Issues - Common problems and solutions
- Debugging - How to troubleshoot update issues
- Statistics API - Track update metrics
- Local Development - Test updates locally
- Self-Hosted Mode - Run your own update server
Installation
npm install @capgo/capacitor-updaternpx cap sync
For setup and configuration, see the Getting Started guide.