IPHONE SDK configuration

You must Login before you can answer or comment on any questions.

Hi,

I have downloaded and installed Titanium 2.1 IDE. I need to develop an IPHONE application.

my OS is Window XP.

Please let me know the suitable url link of IPHONE SDK to be downloaded and necessary configuration steps to be followed.

Thanks vijay

2 Answers

Accepted Answer

You cannot create an iPhone app without compiling it through XCode, which is only available for the Mac. Thus, you won't be able to create the app using Windows alone (although it is possible to write the code on a Windows machine and then test and package it on a Mac, of course).

If you have a Mac, then you can download Xcode and the iOS SDK at https://developer.apple.com (you need to create an Apple developer account to download it) or through the Mac App Store, depending on your OS X version.

Also, see this section of the Titanium docs.

Your Answer

Think you can help? Login to answer this question!