Building with other Apache Cordova Versions (updated)
VoltBuilder always uses the current default version of the Apache Cordova libraries. However, you can override this to use a different version as needed.
First, to see what version VoltBuilder is currently using, look in the log. You’ll see the platforms, plugins, Apache Cordova and Xcode (if you’re building for iOS) versions.
Cordova Packages:
cli: 10.0.0
common: 4.0.2
create: 3.0.0
lib: 10.0.0
common: 4.0.2
fetch: 3.0.0
serve: 4.0.0
Project Installed Platforms:
ios: 6.1.1
Project Installed Plugins:
cordova-plugin-camera: 4.1.0
cordova-plugin-device: 2.0.3
cordova-plugin-dialogs: 2.0.2
cordova-plugin-geolocation: 4.0.2
cordova-plugin-native-spinner: 1.1.3
cordova-plugin-printer: 0.8.0
cordova-plugin-safariviewcontroller: 1.6.0
cordova-plugin-screen-orientation: 3.0.2
cordova-plugin-statusbar: 2.4.3
cordova-plugin-uniquedeviceid: 1.3.2
cordova-sqlite-evcore-extbuild-free: 0.12.1
Environment:
OS: macOS Catalina 10.15.6 (19G73) (darwin 19.6.0) x64
Node: v12.18.3
npm: 6.14.7
ios Environment:
xcodebuild:
Xcode 11.6
Build version 11E708
Notice that it’s using ios 6.1.1
as the platform. That’s the current one.
You can specify a different one. For example, this uses the previous one: (you don’t want to do this: your app will probably not be accepted by Apple)
<engine name="ios" spec="5.1.1" />
Similarly, to use another version of Android, add this line to your config.xml:
<engine name="android" spec="9.0.0" />
Apache Cordova Android 9.0.0 was released on Jun 29, 2020. More info here: https://cordova.apache.org/announcements/2020/06/29/cordova-android-9.0.0.html
What VoltBuilder does
To start testing your app right away check out VoltBuilder!
VoltBuilder is a wrapper for Apache Cordova and Ionic Capacitor. We make it easy for you to build native executables (e.g., .apk, .aab, and .ipa) for Android and iOS from web apps. You can augment these executables with native code plugins to extend your app’s capabilities far beyond what is possible in Web Apps and PWAs.
Using VoltBuilder simplifies and speeds up your workflow while keeping things framework neutral. As a web service, there is nothing you need to install. We also keep everything up to date so you can focus on building to the latest standards, and make sure to keep you in the loop on things that might affect your build process.
The way VoltBuilder works is simple. Zip your project, upload it to VoltBuilder, and download your Android or iOS executable.
Getting Started With VoltBuilder
If you haven’t already, sign up and select the VoltBuilder plan that best fits your needs and budget. You can use the Free plan for limited testing, or get more builds by trying out our Indy or Pro plans with a 15 day free trial!
Then, check out our Docs Section to learn how to integrate VoltBuilder into your development process.
When you’re ready to upload your first project, watch our video tutorial (or read the tutorial in our docs). The Docs section has plenty of other helpful resources, like Migration Guides, sample projects, and tips to get you started! If you need extra help, stop by our Support Forum!