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.

Video Tutorial

Requirements

Install iOS SDK and Apache Cordova

Setup New Project

We've now created an Apache Cordova project. Next, we need to associate the project with a web directory. We need to do this step because of a limitation in Xcode project templates.

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. Xcode will automatically detect the files that are changed in www.