콘텐츠로 건너뛰기

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.