Is it possible? From what I have heard it is. I wouldn't mind just programming them in raw Objective-C. If someone could give a link to the UIKit frameworks and stuff. My iPod touch is jailbroken and I could use its frameworks, but then I couldn't utilize 3G, Camera, Phone. Please help!
Asked
Active
Viewed 251 times
0
-
Lots and lots of duplicates. Here's one: http://stackoverflow.com/questions/113547/iphone-development-on-windows – Michael Petrotta Nov 04 '09 at 02:06
-
I could program the app and then compile it on my iPod touch. Can someone post a tutorial on how to make the nib and plist and other files? – Mohit Deshpande Nov 04 '09 at 02:52
-
you cannot compile on the touch. The iPod does not support development – coneybeare Nov 04 '09 at 03:55
-
I can. I have a jailbroken iPod touch on 3.1.2 and in cydia there are development tool to compile in mobileterminal. – Mohit Deshpande Nov 04 '09 at 12:33
3 Answers
0
only if your copy of windows is running on a mac… and you bypass the windows part of it.

coneybeare
- 33,113
- 21
- 131
- 183
0
the short answer will be NO.
However, it is possible to implement parts of your Iphone application on Windows. Start by installing GNUstep, after that you should be able to code in Objective-C.
Take as example a small two-dimensional game implementation, you can implement on your Windows machine 90% of the app (game AI, help functions etc.). If you use OpenGL ES for the graphical part you can code parts of it on Windows too.
You can find a concise introduction on how to start with Objective-C on Windows on this blog:
http://drunkenprogrammerblog.blogspot.com/
Best wishes

octopus
- 11