Upgrading to Capacitor 3 breaks cordova-plugin-ionic

When I upgrade to Capacitor 3 and try and run on my Android emulator, it gets to the splash screen and won’t go any further.

If I remove cordova-plugin-ionic from the devDependencies, it will work.

However, removing this breaks the @ionic/pro plugin.

Is there an updated package to @ionic/pro that I should be using that is more inline with Capacitor?

cordova-plugin-ionic works perfectly fine with Capacitor 3, at least if you are using the latest version of the plugin.

You shouldn’t be using @ionic/pro at this point, not sure what are you using it for, but monitoring was shut down in 2019-12-01 https://ionic.zendesk.com/hc/en-us/articles/360039284914

I’m using it to manually update from app-flow.

What is the new preferred way to do this: Pro.deploy.downloadUpdate()?

The plugin has types bundled now