Is there anyway you can develop iPad applications on Windows? I know there must be but can't seem to find an appropriate IDE. [Apps using HTML 5, CSS 3 and Javascript]

link|improve this question

having to buy a mac is the least of your problem, you also need to learn objective c (that only apple uses these days). – Ian Ringrose Aug 4 '10 at 12:53
I'm kinda learning objective C (Cocoa) now so thats not really a problem :) but the apps I wanna make are centered around html5, css3 and js – Dwayne Samuels Aug 4 '10 at 13:05
feedback

1 Answer

up vote 3 down vote accepted

Apple only officially supports iOS development on a mac. As a work around, you can build a web app using your preferred web development suite, try to get away with something like MonoTouch, or you can try to get OS X to install in a virtual machine.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.