up vote 145 down vote favorite
92
share [g+] share [fb]

Is there a way to develop iPhone (iOS) applications on Windows? I really don't want to get yet another machine.

There is a project on http://code.google.com/p/winchain/wiki/HowToUse that seemed to work with iPhone 1.0, but had limited success with iPhone 2.0, plus it requires all the Cygwin insanity.

Is there anything else, or do I have to buy a Mac?

link|improve this question
feedback
We're looking for long answers that provide some explanation and context. Don't just give a one-line answer: please explain why you're recommending it as a solution. Answers that don't explain anything will be deleted. See Good Subjective, Bad Subjective for more information.

protected by Community May 30 '11 at 15:04

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

44 Answers

1 2
up vote 71 down vote accepted

Short answer: no. More info here: http://forums.macrumors.com/showthread.php?t=537583 Long answer: you can if you jailbreak your iPhone... but that's against your iPhone's EULA, jailbreaking would void your warranty, and there's a question on how to distribute your program without requiring a jailbreaked phone.

You could program to Safari for Windows, but that wouldn't be iPhone developement (it's closer to web development). You won't be able to take advantage of all the functions on the iPhone this way, but most of these limitations can be solved with a little creativity.

In short, there's a gray area of the iPhone SDK prevent development on other platforms (read: not Mac).

Btw, Apple has a very confusing EULA (Safari for Windows' EULA says that you can't install it on a non-Apple labeled computer.

link|improve this answer
87  
So I can install it as long as my computer does not have the label "non-Apple"? :) – jamolkhon Jan 14 '10 at 13:56
6  
Jailbreaking also introduces so many unknowns that it is unwise for any non-hobby iPhone project. A quick google shows tons of mysterious bugs that seem to crop up on jailbroken devices. It is "cheaper" in some sense just to get a Mac mini. – JasonSmith Feb 21 '10 at 6:09
show 1 more comment
feedback

You will need an Intel-based Mac as the iPhone SDK requires OS X to run applications such as Xcode and the iPhone Simulator. Unfortunately, there is no legal way to develop applications for iPhone on anything that isn't a Mac.

link|improve this answer
feedback

If you have a jailbroken iPhone, you can install the full toolchain onto the iPhone through Cydia and that way you can just compilie the apps on the iPhone. Apps that are developed this way can still be submitted to the App Store.

And although Mr Valdez said it is a grey area (which it is), jailbreaking is incredibly easy and pretty much risk free. Yes, it voids your warrenty but you can just do a restore and they will never know.

link|improve this answer
show 1 more comment
feedback

My app, which has been on sale for three weeks, was developed entirely on a PC. See this topic for info.

http://stackoverflow.com/questions/22358/how-can-i-develop-for-iphone-using-a-windows-development-machine#28573

There are also now ways to run Leopard Client under emulation, though the legality of that is questionable.

link|improve this answer
feedback

You can use WinChain

link|improve this answer
3  
Interesting... :) – Lucas Jones Apr 11 '09 at 11:33
5  
This is obviously a very old question/answer, but I have to point out that the question has a link to winchain in it and is asking for better alternatives. Why does this "answer" have 24 up votes? – umassthrower Jul 28 '11 at 15:41
show 1 more comment
feedback

Use Airplay SDK. Full C++ SDK compile to regular iPhone binary all on Win32. It also supports a bunch of other smartphone platforms.

You still need to join Apple's developer program though some people seem to be using jailbroken devices. Naughty boys!

link|improve this answer
show 1 more comment
feedback

You can try to develop web-based application for iPhone on windows if you wish so, but for "proper" applications you will need iPhone SDK and Xcode, those are Mac only, sorry…

link|improve this answer
2  
@geofftnz: I hate iPhone web apps. They never feel like native apps—they're slow and sluggish, and the graphics are usually far from impressive. – Steve Harrison Oct 12 '09 at 8:36
show 1 more comment
feedback

Of course, you can write Objective-C code in notepad or other programs and then move it to a Mac to compile.

But seriously, it depends on whether you are developing official applications to put in App Store or developing applications for jailbroken iPhone. To write official applications, Apple iPhone SDK which requires an Intel Mac seems to be the only practical way. However, there is an unofficial toolchain to write applications for jailbroken iPhones. You can run it on Linux and Windows (using Cygwin).

link|improve this answer
feedback

You will soon be able to use Adobe Flash CS 5 to create Apps for the iPhone on Windows:

http://labs.adobe.com/technologies/flashcs5/appsfor%5Fiphone/ http://labs.adobe.com/technologies/flashcs5/

link|improve this answer
show 1 more comment
feedback

Simply put there isn't - you can develop applications on a virtual OSX machine hosted on windows or using VMWARE but it's a violation of the license agreement so its effectively illegal - or by using Winchain/toolchain projects, which people have had mixed success with.

Part of the Apple strategy is to force buy-in of their hardware, as a hobbyist this might be ok to you either making use of jailbroken phone or toolchain - but if you were going to try and profit from building apps for the iphone via the store you would need to develop your app on Mac hardware/OS, and comply to the rather tight restrictions enforced by the developers license, which seems fair if you're going to profit from their platform in the first place.

link|improve this answer
feedback

You can use Tersus (free, open source).

link|improve this answer
feedback

The SDK is only available on OS X, forcing you to use a mac. If you don't want to purchase a mac you can either run OS X on a virtual machine on your windows box, or you can install OS X on your PC.

In my experience the virtual machine solution is unusably slow (on a core2 duo laptop with 2G ram). If you feel like trying it search for the torrent. It's probably not worthwhile.

The other option is to install OS X on your PC, commonly referred to as a hackintosh. Hackintoshes work quite well - my friend just sold his mac because his Dell quad core hackintosh was actually much faster than the apple hardware (and cost about 1/3). You can find lots of articles on how to do this; here's one on how to install on a Dell Inspirion 1525 laptop: http://www.espressoreport.com/83/dell-inspiron-1525-hackbook-pro-tutorial/

Of course both of these options are likely counter to some licensing scheme, so proceed at your own risk.

Btw, how about giving apple some hell about being closed and forcing a platform (including hardware) on users? If MS had done the same surely we'd all be outraged.

link|improve this answer
6  
"how about giving apple some hell about being closed and forcing a platform (including hardware) on users? If MS had done the same surely we'd all be outraged." Hehehe. Are you saying that MS has visual studio running on the MAC? MS is just as locked into their own platform as Apple. – Adam Davis Feb 10 '09 at 19:25
1  
@wizlb: Oddly enough, Microsoft is a software company, while Apple is a hardware company (that uses software for a competitive advantage). I've also used software tools that were more expensive than a low-end Mac Mini, and once you've got that the entire iPhone/Mac dev toolchain is free. Really, I don't see the difference between wanting the iPhone dev tools on Windows or wanting Visual Studio to run on my Ubuntu box. – David Thornley Oct 27 '09 at 16:23
1  
I am outraged that I can't run my Megadrive games on my SNES! – graham.reeds Sep 17 '10 at 9:54
show 4 more comments
feedback

You could get Mac running on a standard Intel PC. There are plenty of tutorials on how to do it. Maybe dual boot your PC :) Unless you have a fast PC. Then VirtualBox or VMware are good solutions.

I would like full Windows development or Linux. Not realy a Mac fanboy. If not for iPhone and iPod Apple probably would have died during this recession.

link|improve this answer
1  
Yeah, probably... – kirk.burleson Jul 26 '10 at 21:14
feedback

Hey everyone, just wanted to say YES! You CAN develop for iPhone/iPod/iPad on windows, it's called airplay sdk, and it ain't low-powered like dragonfiresdk, it's complete! You can test your apps in a simulator, or build them to your device! Although airplay sdk is free, unless your iPhone is jailbroken, you can't test on your idevice without a iPhone developer account with apple, this costs $100 annually. The cool part is, there is no Mac needed in this whole process! Airplay sdk is free and surprisingly powerful!!!!

link|improve this answer
1  
Airplay is free for iPhone development. If you pay you will have acess to development for many other platforms. All you have to do is register and get a indie/iPhone license, completely free; I have one. After you make your app you can sign and upload it to the app store from your windows pc. I havn't tried signing yet because I don't have a developer license from apple yet. Check the forums ( airplaysdk.com/forum ) and ask any one you want if thier are hidden fees ;) I haven't spent a dollar yet on my entire iPhone development career so far. Clone_Tekboy – Clone_Tekboy Oct 20 '10 at 22:34
show 1 more comment
feedback

The iPhone developer tools are only available for Xcode, the OS X platform development kit. Which obviously is only available for for OS X.

link|improve this answer
feedback

If this is for work purposes, then no, you will need a Mac.

For personal use, look to getting a Mac Mini in January sometime (new version rumoured, who knows how true it is, but it's the cheap Mac). For work, might be a good excuse to get a Mac on your desktop too if the iPhone application is deemed a necessary development by management. Your alternative for personal use is to set up a Hackintosh, but there are often specific hardware requirements that might cost some money, and it's a complete hassle on top. I don't personally think you would regret owning a Mac, they're very nice for developers.

link|improve this answer
feedback

I noticed that this is a year old now, but for those who stumble on this through a search you may want to look into Adobe's newest announcement about developing iPhone apps using ActionScript 3 and Flash. Also they will be releasing a future flex framework for UI design on iPhone and other smartphones called Slider.

link|improve this answer
feedback

Run a virtual machine VMware install of Mac OS X and do your iPhone development there. It will cost you $30 for Mac OS X instead of the $1000 for the MacBook.

link|improve this answer
1  
Caveat developer: legality of this approach (OS X in a VM) is disputed. – Piskvor Mar 5 '11 at 21:08
feedback

You cannot develop iPhone applications on Windows, at least not without jailbreaking your iPhone.

In order to develop iPhone applications, you have to use the Xcode development environment. This environment only runs on OS X, so you are out of luck on Windows. I doubt Apple will port Xcode to Windows. I'm sure this is also an attempt by Apple to drive more people to Macs.

You can develop iPhone web applications on Windows (or Linux, or whatever) though.

link|improve this answer
feedback

You would think most of the developer community has never heard of cross compilers.

From a technical standpoint, you do not need a Mac to generate application code that would run on the iWidget.

What you need is development tools that run on whatever hardware/software platform you own, that will compile code for the hardware/software platform you want to develop for, and a way to then send that compiled binary code over to the target for execution.

Now whether that solution exists, I don't know. I'd expect, in this 'open source' day and age that someone would be working on a cross-compiler dev environment that lets you build iWidget code and transfer it to the iWidget for execution and testing.

Whether any of that violates a license agreement is a separate issue that I'm not so concerned about. If I ever got to the point of developing an app that has promise, then I'd subscribe to the dev network to gain access to the closed store environment (as a hobbyist)

link|improve this answer
show 1 more comment
feedback

Try macincloud.com It allows you to rent a mac and access it through RDP remote control. You can then use your PC to access a mac and then develop your apps.

link|improve this answer
feedback

I can't see Apple ever allowing iPhone development on the PC, they are using the success of the platform to drive both iOS and Mac hardware sales. If they support development on the Windows platform, they lose that income generation.

link|improve this answer
feedback

As far as I know, it is not possible. The SDK only functions on the Mac. If you wish to build and test your code, you will need a Mac. I know it's hearsay, but the new Macs are supposedly shipping on the 14th of October and I heard they are supposed to be more aggressively priced for their entry level machines, so you may want to pick one up in a month or so if you are serious about developing apps for the iPhone.

link|improve this answer
feedback

I know you want to develop it on windows, but I would seriously consider picking up a refurbished mac-mini for this purpose. I looked at different ways of running it on a windows box but they all had some major downsides. In the end I watched the refurbished link on the apple store until the mac mini came up. I also got a refurb keyboard and mouse and for $600 I was up and running. So far the mac mini has been great and has actually become my main computer. I see there is one up there today for $499 http://store.apple.com/us/browse/home/specialdeals/mac/mac%5Fmini

link|improve this answer
1  
Frankly, folks, I've spent more than that on software development tools (although not always with my own money). Once you get the Mac mini, the software tools are free. – David Thornley Oct 27 '09 at 16:30
feedback

You can use Sentenza for make applications for iPhone, on Windows. Tested with success. It's not a solution but a good alternative !

link|improve this answer
feedback

As far as I understand it, in order to develop applications you need Mac OS 10.5 (Leopard) and the latest version of Xcode (that's Apple's integrated development environment). Without both of those things, you're out of luck.

link|improve this answer
show 1 more comment
feedback

As has been pointed you can attempt to use the WinChain but if you are a newbie coder it won't be easy.

The iPhone SDK will work on Hackintoshes (a normal PC with OS X installed on it). I know as I have one and it does.

So after you go buy an OSX license you could TRY to install it on your PC on a different drive using Boot-132 or one of the other installers like iDeneb. The issue you will have to do a lot of tinkering and things still won't work quite right.

link|improve this answer
feedback

Not if you expect your application to ship via the store.

link|improve this answer
feedback

Completely different architecture, I'm afraid you're out of luck.

link|improve this answer
feedback

No - you pretty much have to get a Mac and Apple's SDK.

link|improve this answer
show 1 more comment
feedback
1 2

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