VoltBuilder: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
(Created page with "VoltBuilder is a replacement for PhoneGap Build. It is a service which takes the files from a web app (such as those produced by AppStudio) and turns them into a native Androi...")
 
No edit summary
Line 11: Line 11:
* As with PhoneGap, you can use a Windows or Mac computer.
* As with PhoneGap, you can use a Windows or Mac computer.


=== How to use VoltBuilder from AppStudio
=== How to use VoltBuilder from AppStudio ===
Put your certificates in the Certificates folder (in your Project Directory)
Put your certificates in the Certificates folder (in your Project Directory)
In Project Properties, in the PhoneGap and Cordova section, fill in the following properties:
In Project Properties, in the PhoneGap and Cordova section, fill in the following properties:
Line 23: Line 23:
| Android keystore password || The password you specified when you created the keystore.
| Android keystore password || The password you specified when you created the keystore.
|-
|-
| Example || Example
| Cordova command || What kind of build should be done?
        * emulate ios:
        * emulate android:
        * run ios --debug:
        * run android --debug:
        * run ios --release:
        * run android --release:
        * Create cordova directory only:
        * Create and open in Xcode:
|-
|-
| Example || Example
| ios dev .p12 file || Example
|-
|-
| Example || Example
| ios dev .p12 password || Example
|-
|-
| Example || Example
| ios dev mobileprovision file || Example
|-
|-
| Example || Example
| ios dist .p12 file || Example
|-
|-
| Example || Example
| ios dist .p12 password || Example
|-
|-
| Example || Example
| ios dist mobileprovision file || Example
|-
|-
| Example || Example
| ios Distribution type || Example
|}
|}

Revision as of 14:12, 26 April 2020

VoltBuilder is a replacement for PhoneGap Build. It is a service which takes the files from a web app (such as those produced by AppStudio) and turns them into a native Android and iOS app.

VoltBuilder compared to PhoneGap Build

  • Builds are made using XCode 11.3, so apps meet iTunes Connect requirements
  • Signing keys are uploaded with the app and deleted as soon as the build is complete. They are not stored on the VoltBuilder site.
  • Build times can be faster
  • Resulting builds are smaller
  • You can use the same signing keys as with PhoneGap Build
  • As with PhoneGap, you do not need to install Xcode, Android Studio or anything else for it to work.
  • As with PhoneGap, you can use a Windows or Mac computer.

How to use VoltBuilder from AppStudio

Put your certificates in the Certificates folder (in your Project Directory) In Project Properties, in the PhoneGap and Cordova section, fill in the following properties:

Property Description
Android keystore A .keystore file, generated by this procedure. This is only required if you are building an Android app to submit to the Google Play store.
Android keystore password The password you specified when you created the keystore.
Cordova command What kind of build should be done?
       * emulate ios:
       * emulate android:
       * run ios --debug:
       * run android --debug:
       * run ios --release:
       * run android --release:
       * Create cordova directory only:
       * Create and open in Xcode:
ios dev .p12 file Example
ios dev .p12 password Example
ios dev mobileprovision file Example
ios dist .p12 file Example
ios dist .p12 password Example
ios dist mobileprovision file Example
ios Distribution type Example