Are you planning to write an application for iPhone, iPod touch, and iPad? Did you know that the core software of all of these devices is iOS. Yes, iOS is an operating system which is developed by Apple and currently runs on all above said devices. Apple’s iOS provides more basic user interface than Mac OS X where in each new version of it adds more features.
Before you begin writing application for iOS, you’ll need a few items mentioned below:
Let us see in detail what these requirements are:
As iOS uses a variant of the same XNU kernel that is found in OS X, the tool chain used for developing on iOS is also based on Xcode. The SDK contents are broken down into the following sets:
Along with the Xcode tool chain, the SDK contains the iPhone Simulator, a program used to simulate the look and feel of the iPhone on the developer's desktop. Originally called the Aspen Simulator, it was renamed with the Beta 2 release of the SDK.
You’ll also need to sign up to become a registered iOS developer. Apple requires thisstep before you’re allowed to download the iOS SDK. To sign up as a developer, just navigate tohttp://developer.apple.com/ios/Thatwill bring you to a page similar to the one shown in the following figure
Figure 1. Apple’s iOS Dev Center web site
In the next lesson we will demonstrate more aspects......
Next>> Languages used to develop iOS applications
Our aim is to provide information to the knowledge seekers.