Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Titanium for iOS Development on Windows Platform

I have downloaded Titanium for Windows platform. After installing correctly... I found that it needs iOS SDK.. So from where should i get iOS SDK. Is Development of iOS possible in Windows platform..?? What are the steps for making my Hello World Example to run in Titanium on Windows platform for iOS.

I have refered some of the previous post like:

Windows 7 Development Platform or iOS and Android development on Windows

But still not able to get exact steps for making my example to run...??

like image 655
DShah Avatar asked Aug 08 '11 13:08

DShah


People also ask

Which platform is used for iOS app development?

Xcode is Apple's IDE (Integrated Development Environment) for both Mac and iOS apps. Xcode is the graphical interface you'll use to write iOS apps. Xcode includes the iOS SDK, tools, compilers, and frameworks you need specifically to design, develop, write code, and debug an app for iOS.

What are some advantages to using Appcelerator Titanium?

It helps you to meet the store guidelines and regulations of Apple Store, Amazon Market, and Google Play. Appcelerator can create both iOS and Android applications; the generated application gives the same feel according to the relevant platform.

How is Appcelerator different from other mobile application development?

Appcelerator has the capability to develop a native application using simple HTML codes within an application that gives it an edge over other mobile application developers.


3 Answers

No its not possible. You need to install Titanium on MAC then you will be able to develop applications for iPhone and Android.

like image 148
Maulik Avatar answered Nov 15 '22 21:11

Maulik


It is not possible to develop iOS applications on a Windows machine (except for Adobe AIR for iOS applications). The SDK only works on a Mac.

If you are interested in Adobe AIR, see some examples here:

http://blogs.adobe.com/flashplayer/2011/06/adobe-air-2-7-now-available-ios-apps-4x-faster.html

like image 26
dtuckernet Avatar answered Nov 15 '22 20:11

dtuckernet


Titanium doesn't creates an iOS app, it creates the Xcode project... so you must have a Mac, sorry!

like image 32
JAA Avatar answered Nov 15 '22 20:11

JAA