views:

167

answers:

5

Basically, that's my doubt.

I want to develop an iPhone game on my free time, but I dont want to buy a Mac, so, is there a way to use my pc to develop the game?.

Thx in advance.

+5  A: 

No. Apple does not allow development on PCs.

Hrishi
For more info go to : http://forums.macrumors.com/showthread.php?t=537583
Hrishi
And... what about Hackingtosh?
Artemix
That's prohibited by the EULA.
Douwe Maan
how does this answer the question?
Coxy
+3  A: 

You might be able to develop a game using your PC using something like Unity but you will require a Mac to be able to deploy your application to an iPhone.

http://maniacdev.com/2010/01/iphone-development-windows-options-available

Shannon Cornish
A: 

Hi, Your you can install Mac OS X in your PC, only for development, though I don't advise it you. Then, you can install xcode and create an account in iPhone Developer Center and to begin your bad experience with this. But you'll have big problems of stability with Mac Os X in you pc.

The way more logic, buy an Apple, I recommend it to you.

Josh Ruiz
Yes, Im gonna buy a Mac Mini.They are not that expensive after all, I only need it to develop.. so, I dont care about video card, or tons of HD space, etc.
Artemix
You can look at the previous mini Mac, since the new one though it is better has risen of price.It is a good solution since the mini Mac is much better than a PC, and you can to start developing indeed.
Josh Ruiz
Yes, I'll buy the "fat" minimac :)Btw, can I start developing and testing my game without first paying to Apple?
Artemix
This is completely false. PCs running Mac OS are not less stable than Macs running Mac OS.
Coxy
Even if that's true, ppl says that is impossible to deploy a game using xCode on hackingtosh, so...
Artemix
A: 

Yes, you can use a PC to develop iPhone applications.

If you want to develop applications on Windows, you can setup the toolchain and use it. However, you will not be able to submit your applications to the App Store. http://code.google.com/p/winchain/

You can also install OS X onto your PC, and run XCode/iOS SDK in that way. Since you have what is effectively a Mac, you can buy a iPhone Developer Program membership and submit official applications to Apple's App Store.

Coxy
So, you are saying that if I buy a developer key from Apple I can fully develop an application?..Didn't know that.
Artemix
On Windows? no. On a PC running OS X? yes, of course.
Coxy
I thought that was not possible to install/use SDK on hackingtosh.
Artemix
Nope, it's definitely possible to do so. For all intents and purposes, a hackintosh is a Mac and it runs OS X.
Coxy
A: 

Apparently there is an SDK for Windows that allows you to code in C/C++ and turn it into an iphone game, but you are limited to 2D games and you have to use their API. Here's the link.

http://www.dragonfiresdk.com/index.htm

David Young