Table of Content
Phonegap Build
PhoneGap provides an online service, PhoneGap Build, to build your source into packages for different platforms.
The major benefit is that we only prepare the source web projects. It allows us to get rid of the troublesome process of setting up building tools from each platform. We do not need to install Xcode for iOS building, Android SDK / Eclipse IDE for Android compiling, Visual Studio for Windows phone building.
You upload the code, it builds the packages and you get the binary for distribution.
What’s next? We’re going to take a look at “Publish to App Store”.