vote up 3 vote down star
3

Anyone have experience of developing commercial iPhone/iTouch native applications on a Windows PC? Are there any sites that you can direct me to... most of what I'm seeing indicates the Apple iPhone SDK is a Mac only platform and any windows dev requires hacking.

flag

2  
WHY IS THE QUESTION STILL BEING ASKED (AND REMAINING OPEN)? There are TONNES of questions asking the exact same thing! For god's sake, do a search first - stackoverflow.com/search?q=iphone+windows+develop/… – micmcg Dec 17 '08 at 1:27
3  
I did a search and didn't get any returned that matched the question I wanted answered. Maybe they've improved the search since then. Its worth noting that with over 6,000 views this question has been viewed more times than pretty much all others on your list. So was worth asking. – MadMurf Mar 3 at 4:27

closed as exact duplicate by John Topley Dec 27 '08 at 23:06

6 Answers

vote up 5 vote down check

Rather than hacking together an illegal workaround to subvert Apple's requirements, why not pick up an inexpensive Mac Mini and develop on that. You can use Remote Desktop to connect from your Windows box and away you go.

edit: check out this answer.

link|flag
Yeah I bought a Mac Mini for this purpose – Robert Gould Dec 16 '08 at 3:34
Good link, thanks 9, I'll investigate this route – MadMurf Dec 16 '08 at 3:48
Personally, I too would recommend picking up a Mac Mini for serious iPhone development, as opposed to the hassle of setting up a VM etc. However, violating a EULA being "illegal" is highly debatable, in fact validity of such EULAs in itself is very questionable. xkcd.com/501 – codelogic Feb 11 at 9:34
vote up 3 vote down

As mentioned, to realistically do iPhone development you will need a system running OSX. Even if it's theoretically possible to cross-compile from a Windows-hosted development environment using some amalgamation of homebrew libraries, there's no way it's even remotely worth the trouble unless you like to do that sort of thing as its own reward. The iPhone SDK is pretty easy to get up and running, so IMO it's totally worth going the OSX route, especially if you feel like you may want to do commercial development some day.

I'm not sure if it is correct that the certificates for on-phone debugging are tied to your workstation hardware. You do need a certificate to run and debug apps on an iPhone or iPod touch, but I believe this is something that is hardware bound to the phone not the workstation. I haven't actually done on-device debugging though so someone with experience there can correct me. You have to pay $99 for an iPhone Developer Account to get the certificate anyway, so it's not something you necessarily want to do until you've exhausted the possibilities of the simulator.

You can actually get pretty far just using the simulator though, as the most recent SDK's simulator supports OpenGL and OpenAL, all the UI stuff, the system libraries, you are really only screwed if you want to use the accelerometer, GPS, or want to use complex input gestures (simulator will do pinch and swipe). For these purposes a Hackintosh may be just fine, at least until you figure out if you need to have a Mac on hand for the sake of publishing an app. On the other hand, if this is going to be your first Mac and you are really motivated to publish an app, the easiest thing to do is just buy a Mac mini or base MacBook. The bang-for-buck will be pretty terrible compared to a Hac, but everything will work perfectly. If you have spare parts that can run OSX lying around I say try building a Hackintosh (check out http://wiki.osx86project.org), but if you are going to need to buy anything just get a Mac.

link|flag
vote up 1 vote down

Exactly, if you want to develop on a Windows machine you'll be entering the world of hacking, and won't be able to distribute your app on the App Store (non commercial).

So if you want to do it the official way and make some money off of your work you're basically forced to buy a Mac.

Edit: Ok you CAN make web apps (second class citizen apps) on windows, but again, you can't put them up on the App Store or anything like that.

link|flag
Thanks Rob, thats what I've been seeing. – MadMurf Dec 16 '08 at 3:34
vote up 1 vote down

You could also install Mac OS X on a PC hardware and develop on that. It is pretty easy as I have done it. However this is breaking Apple's agreement and is illegal.

link|flag
As I mentioned in Ic's answer, you need Certificates to run your Apps on hardware (even testing), and I believe these certificates, issued by the Apple mothership, use hardware key's and uids, so you'd never be able to get a cert, to test and even less sell your App. – Robert Gould Dec 16 '08 at 3:39
1  
that's stupid... geez. I can't believe that, if you buyt the Mac OS running on your intel pc, well, you paid for it, why can't you use it? I support apples incredible marketing etc, but geez that's totaltarian. – Sheldon May 19 at 23:47
vote up 0 vote down

I've never tried it, but you might be able to get Mac OS running inside a Virtual PC. In which case, you could use the SDK as intended there.

EDIT: Apparently, not only is this against the EULA of OSX, you won't be able to get the required certificates to run your code without a real mac. Sounds like there's not much more you can do than buy a mac or develop a web app. Unless you had a nice friend who could lend you their mac, of course.

link|flag
Ok, not trying to bust any dreams, but to distribute apps, and even test them on real hardware, you need Apple Certificates, and I'm not sure, but do believe, Apple uses hardware key numbers,etc.. to validate your request for Certificates, so even if you had a VM you couldn't get the certificates – Robert Gould Dec 16 '08 at 3:37
Also, running OSX on a virtual machine is against the EULA. – ninesided Dec 16 '08 at 3:38
I stand corrected. – lc Dec 16 '08 at 3:58
vote up 0 vote down

You can certainly install OSx on a compatible PC hardware. it is a very difficult and painful process with unusual side effects (hardware compatibilities) and is most certainly illegal. You can install the iPHone sdk on a PC osx86 system and develop on it just fine.

Can you release code from that environment? I dunno. Should you release code from that environment? I dunno :) Ethics. blah.

Visit craigs list or some of the many used mac sites and pay your way to iphone development. After all you're expecting someone to pay you for building something on tools you're supposed to (but didnt) pay for. Cough. That's just rude :)

link|flag
tough cookie to swallow though, wanting to develop for your phone and having to buy a different computer cause they don't allow you to use your own pc... wow. this is crazy – Sheldon May 19 at 23:48

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