Skip to content

From V6 to V7

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

npm i @capgo/capacitor-updater@7

Then sync the native code update:

npx cap sync

That it ! Pretty easy !

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

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.