Ajouter an Application
Requirements
Section titled “Requirements”Before Commencer with Capgo, make sure you have:
- A Capacitor Application installed and configured. Learn how to set up Capacitor
- Node.js 20 or later installed
- One of the following development environments:
- macOS with Xcode (for iOS development) and/or Android Studio (for Android development)
- Linux with Android Studio (for Android development)
- Windows with Android Studio (for Android development)
Introduction to Capgo
Section titled “Introduction to Capgo”Mises à jour en direct are 3 step away
Section titled “Mises à jour en direct are 3 step away”Guided Configuration
Section titled “Guided Configuration”-
Créer your Compte at https://capgo.Application/register.

-
Use the Init commands to get started
You will be presented with a series of questions. Provide the necessary answers to complete the automated setup.Fenêtre de terminal npx @capgo/cli@latest init [APIKEY] -
Déployer a live Mise à jour
Déployer a live Mise à jour Learn how to Déployer a live Mise à jour to your Application
Manual Configuration
Section titled “Manual Configuration”In case the init Commande doesn’t work for you, you can manually Ajouter an Application.
-
Connect the CLI to your account:
Fenêtre de terminal npx @capgo/cli@latest login [APIKEY] -
Add the app to your account with this command:
Fenêtre de terminal npx @capgo/cli@latest app add [APP_NAME] -
Install the plugin in your app:
Fenêtre de terminal npm i @capgo/capacitor-updater -
Configure the plugin in your
capacitor.configSee all Option Disponible. This Information will be infer if not provided.{"plugins": {CapacitorUpdater: {"appId": "Your appID","autoUpdate": true,"version": "1.0.0"}}} -
Call the init method as early as possible in your app:
import { CapacitorUpdater } from '@capgo/capacitor-updater';CapacitorUpdater.notifyAppReady(); -
Déployer a live Mise à jour
Déployer a live Mise à jour Learn how to Déployer a live Mise à jour to your Application