From V4 to V5
Copy a setup prompt with the install steps and the full markdown guide for this plugin.
Why this upgrade
Section titled โ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/5-0
Install
Section titled โInstallโnpm i @capgo/capacitor-updater@5
Then sync the native code update:
npx cap sync
That it ! Pretty easy !
Manual mode
Section titled โManual modeโ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.
Keep going from From V4 to V5
Section titled โKeep going from From V4 to V5โ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.