Skip to content

From V4 to V5

This major version is here to follow Capacitor major version

First follow the migration guide of Capacitor:

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

npm i @capgo/capacitor-updater@5

Then sync the native code update:

npx cap sync

That it ! Pretty easy !

If you were getting yourself the update with getLatest, there are a tiny change. Now if you are up-to-date already it will go into catch. Any response different than update available will do that.

If you are using From V4 to V5 to plan live update delivery, connect it with Capgo Live Updates for the product workflow in Capgo Live Updates, Overview for the implementation detail in Overview, Features for the implementation detail in Features, Update Behavior for the implementation detail in Update Behavior, and Update Types for the implementation detail in Update Types.