-1

Is there an official iPhone SDK for Windows? I thought there was none, but a colleague at work said he downloaded one from Apple.

Which one of us is wrong? I thought Apple doesn't release it's developer tools for windows. Or is that just Windows on non-apple computers ?

Stefan Steiger
  • 78,642
  • 66
  • 377
  • 442
  • well i wish there were.. truly :-) – AndersK Jan 18 '10 at 15:15
  • 1
    Thsi is a duplicate of http://stackoverflow.com/questions/22358/how-can-i-develop-for-iphone-using-a-windows-development-machine, and http://stackoverflow.com/questions/113547/iphone-development-on-windows, among others. – Brad Larson Jan 18 '10 at 18:01
  • DragonFireSDK is an official SDK for Windows. It uses C/C++ code to create the apps and there is no need for a Mac computer. Check out their site for more info: www.dragonfiresdk.com –  May 28 '10 at 19:06

4 Answers4

13

There are no official SDKs for iPhone that runs on Windows. The official SDK is here and is only for Mac.

Daniel A. White
  • 187,200
  • 47
  • 362
  • 445
1

John, my son, if you have a hackintosh which means a Mac OS X installed on a Intel architecture you can have the Xcode. Sorry but its true! You would have installed on a VM or installed directly on your desktop. The bad news is that you need to fool the Mac OS to bypass somekind of request authorization it may require.

Please read the followign url and be more smarter than a 2min ago.

http://en.wikipedia.org/wiki/OSx86

For those whom want to code for iPhone on windows enviromnent please follow the white rabbit here: http://maniacdev.com/2010/01/iphone-development-windows-options-available/

Cheers and regards!

0

I believe the answer is that the official SDK can only run on a Mac. However there is a development kit that runs on Windows, the DragonFireSDK. It allows you to develop and test on a Window computer and then submit the code to a Mac build computer operated by the folks who sold and support the DragonFireSDK. The output from the build can then be loaded back onto the windows machine, imported into iTunes and then loaded into your iDevice. NO HACKS!

Don
  • 1
  • 1
-1

Probably the only way to do that is to make yourself a hackintosh.

Jab
  • 26,853
  • 21
  • 75
  • 114
  • That still doesn't the SDK available on Windows. – John Rudy Jan 18 '10 at 16:51
  • Well a hackintosh is a windows that runs mac osx – Jab Jan 18 '10 at 18:52
  • 4
    No, Windows is an OS, not a computer. Thus, this does not make the SDK available to run on Windows. It makes the SDK available to run on an Intel-based PC which has been hacked into running the Mac OS X operating system. – John Rudy Jan 18 '10 at 19:06
  • I was trying to dumb it down. Google hackintosh if you don't know what you are talking about. Because it seems you really don't. – Jab Jan 18 '10 at 19:35
  • I've had a hackintosh, as well as my current Mac. I know exactly what you're talking about. It still does not get the SDK running under Windows, which is what the OP requested. – John Rudy Jan 18 '10 at 19:46