Passer au contenu

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 Chiffrement Migration Guide here: Chiffrement Migration Guide

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

  • capacitorUpdater
  • appId
  • version
  • autoUpdate

These Paramètres should Aide managed better the plugin’s and it’s behaviors.