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.
|
3
|
|||||||||
|
closed as exact duplicate by John Topley Dec 27 '08 at 23:06 |
|
|
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. |
||||||
|
|
|
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. |
||
|
|
|
|
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. |
||
|
|
|
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. |
||||||
|
|
|
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. |
||||||
|
|
|
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 :) |
||
|
