Getting Started with iOS

Getting Started with iOS

This guide describes how to set up your development environment for Apache Cordova and run a sample Apache Cordova application.

Requirements

Install the iOS SDK and Apache Cordova

Setup New Project

Hello World

You can also add any associated JavaScript and CSS files there as well.

Deploy to Simulator

Deploy to Device

Build Your App

You now have an Xcode project setup and you can build and run on the Simulator and device. It is important to understand that you do not need to use Xcode to write your web application. You can use your favourite text editor and simply rebuild your project using Xcode, or the command-line tools in your project folder (under the cordova sub-folder) Xcode will automatically detect the files that are changed in www.