Upvote:4

Aprove answer

See the answers to 113547

Upvote:0

only if your copy of windows is running on a mac… and you bypass the windows part of it.

More Answer related to the Same Query

Upvote: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


Credit Goes to: stackoverflow.com

Related question with same questions but different answers