Skip to content

From V6 to V7

This major version is here to follow Capacitor major version

First follow the migration guide of Capacitor:

https://capacitorjs.com/docs/updating/7-0

npm i @capgo/capacitor-updater@7

Then sync the native code update:

npx cap sync

That it ! Pretty easy !

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

We recommend adding the following properties in your capacitor.config file:

  • capacitorUpdater
  • appId
  • version
  • autoUpdate

These settings should help managed better the plugin’s and it’s behaviors.

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.