Passer au contenu

From V7 to V8

Ce contenu n'est pas encore disponible dans votre langue.

This major version is here to follow Capacitor major version 8

First follow the migration guide of Capacitor:

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

npm i @capgo/capacitor-updater@8

Then sync the native code update:

npx cap sync

That’s it! Pretty easy!

Version 8 of capacitor-updater brings full compatibility with Capacitor 8, ensuring your app can leverage the latest mobile OS features and improvements.

  • Capacitor 8 Compatibility: Full support for Capacitor 8’s enhanced native features
  • Performance Improvements: Optimized update delivery and installation process
  • Enhanced Stability: Bug fixes and stability improvements from v7
  • Maintained API Compatibility: No breaking changes to the plugin API from v7

The configuration remains the same as v7. Your existing capacitor.config settings will continue to work:

{
plugins: {
CapacitorUpdater: {
appId: 'your-app-id',
version: '1.0.0',
autoUpdate: true,
// ... other settings
}
}
}
  • Update @capacitor/core to ^8.0.0
  • Update @capacitor/android to ^8.0.0
  • Update @capacitor/ios to ^8.0.0
  • Follow Capacitor’s v8 migration guide
  • Update @capgo/capacitor-updater to ^8.0.0
  • Run npx cap sync
  • Test your app thoroughly on both iOS and Android

If you encounter any issues during the migration, please:

  1. Check our documentation
  2. Visit our Discord community
  3. Open an issue on GitHub