From V6 to V7
Copy a setup prompt with the install steps and the full markdown guide for this plugin.
Why this upgrade
Section titled “Why this upgrade”This major version is here to follow Capacitor major version
First follow the migration guide of Capacitor:
https://capacitorjs.com/docs/updating/7-0
Install
Section titled “Install”npm i @capgo/capacitor-updater@7
Then sync the native code update:
npx cap sync
That it ! Pretty easy !
Encryption Migration
Section titled “Encryption Migration”If you’re using the key-v1 encryption method, you’ll need to migrate to the new encryption system as key-v1 is no longer supported in V7. [[memory:96112]]
Follow the encryption migration guide here: Encryption Migration Guide
Configuration Changes
Section titled “Configuration Changes”We recommend adding the following properties in your capacitor.config file:
capacitorUpdaterappIdversionautoUpdate
These settings should help managed better the plugin’s and it’s behaviors.
Keep going from From V6 to V7
Section titled “Keep going from From V6 to V7”If you are using From V6 to V7 to plan native plugin work, connect it with Capgo Plugin Directory for the product workflow in Capgo Plugin Directory, Capacitor Plugins by Capgo for the implementation detail in Capacitor Plugins by Capgo, Adding or Updating Plugins for the implementation detail in Adding or Updating Plugins, Ionic Enterprise Plugin Alternatives for the product workflow in Ionic Enterprise Plugin Alternatives, and Capgo Native Builds for the product workflow in Capgo Native Builds.