How can a C # programmer create software for the iPhone?

What Should I Learn to Develop iPhone Software?

thanks

0


a source to share


6 answers


Initial C Objective for C # guy



+14


a source


Learn purpose C.



+7


a source


If you are thinking about game development check out Unity3D

+2


a source


Check out Mono perhaps ? There is an article dedicated to this issue here .

+2


a source


Besides the IPhone SDK, you can use Mono (Open Source.Net). Check http://www.mono-project.com/Mono:Iphone

0


a source


IPhone apps use Apple tools like Xcode, target c, etc. A C # developer will learn a new language, new libraries, and use a simulator to run the application. Details are at: http://developer.apple.com/iphone/program/

0


a source







All Articles