iPad development tools that run on Windows?
I've done a lot of looking around and have not found what I'm looking for. Does anyone know of dev tools for the iPad (and iPhone) that run on Windows? I want to explore iPad application writing but do not want to buy a Mac quite yet.
I searched for 开发者_Python百科related questions but didn't find anything, so apologies in advance if I blew that search.
iOS development (both iPad and iPhone) is only available on OS X and Intel-based Mac computers.
There are a number of tools that deploy to iOs devices. Most are focused on game development, such as Unity3D. Marmalade seems to cover games and apps, and allows deploying to Android and iOs.
Please note that I didn't use it yet - I was looking for Windows tools and found this old question.
Read this : http://aikhan.wordpress.com/2009/06/01/developing-iphone-applications-on-linux/
with some modifications toolchain can also be installed on windows.
It does not offer the tools that Apple provides to make development easier & reliable but it will get you started.
And you can always install GNUStep on your machine either on windows or linux to get a taste of objective C & Cocoa.
GNUStep is by the way open source implementation of cocoa.
Hope it helps.
The obvious -- and currently free -- answer is to use Adobe FlashBuilder to develop iOS apps. There is an iPhone and iPad emulator included. This does not use xcode, but you get most of the features to work with, and you can also develop Android apps from the same set of code.
Adobe's website has detailed directions for how to create iOS apps on Windows with Adobe Air, though the most useful instructions for Air are from untoldentertainment.com.
精彩评论