Jan 24

Is it possible to use the iPhone SDK on a Windows?

Question by Whitellama: Is it possible to use the iPhone SDK on a Windows?
I was wondering if it is possible to use the iPhone SDK (the program used to create apps), on a windows computer.
I will NOT take “maybe” as an answer. You just want to get points for answering!

Best answer:

Answer by maniacdev
Nope.

There are some hacks to get apps compiled in windows onto a jailbroken phone, but I’m assuming that you are talking about the official iPhone SDK so that you can get an app in the app store, and for that you will unfortunately need a mac.

There’s a couple of cool tools for developing games that you can eventually copy to a mac and put on the iPhone, I talked about them on my blog here:
http://maniacdev.com/2009/09/2-iphone-development-windows-options-available/

So you can use those to develop, then later using a mac, test on the iPhone and send to the app store.

Give your answer to this question below!

Jan 16

How to code apps for iPhone SDK?

Question by Jack Z: How to code apps for iPhone SDK?
I was wondering if there are any books or sites for someone to learn coding for the iPhone SDK, i have no experience with any form of coding so something that is for beginners. Thanks!

Best answer:

Answer by Michael E
My advice: Start smaller than the iPhone. Objective-C (The language of the iPhone and Mac) is a bit complicated for a beginner. Try starting with Java, its pretty simple and there are tutorials on the internet. Once you master that, then you can move to harder things like Objective-C for the iPhone.

Add your own answer in the comments!