VoltBuilder updated to Cordova-cli 10.0

Cordova’s default cli is now 10.0, so that’s what VoltBuilder is using now. A few notes:

iOS

The latest iOS libraries are now being used. That means your apps will be accepted to the iTunes Store. You may need to make some changes to plugins, including:

  • Do not include cordova-plugin-wkwebview-engine. It is now added automatically. You’ll get an error if you try to include it yourself.

  • Do not use UIWebView, or any plugins which include it.

Android

  • Now uses Android SDK-29 by default. That means your apps will be accepted by the Google Play Store. This requirement was introduced this week.

If you want to use the older version, information how to do so is here. (But we really recommend you get on the current version right away):