Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Visual Studio 2010 support iPhone Development? [duplicate]

Possible Duplicate:
How can I develop for iPhone using a Windows development machine?

Does Visual Studio 2010 support iPhone Development?

like image 201
Chad Avatar asked Jun 15 '09 20:06

Chad


People also ask

Is there Visual Studio for iOS?

Visual Studio for Mac. Develop apps and games for iOS, Android, and the web using .NET.

Is Visual Studio 2010 available?

You can download Visual Studio 2010 from My.VisualStudio.com. My.VisualStudio.com requires a free Dev Essentials subscription, or a Visual Studio Subscription.

Is MS Visual Studio 2010 free?

This software is a free IDE (Integrated Development Environment) specifically created for programming students.

Which version of Visual Studio is best?

Visual Studio 2022 is the best Visual Studio ever. Our first 64-bit IDE makes it easier to work with even bigger projects and more complex workloads.


2 Answers

I believe you can use Mono to develop for the iPhone. You can read more about this here www.mono-project.com/Mono:Iphone

This requires Static compilation, and I've heard the process is pretty difficult at this point. Here is an article that provides some details http://arstechnica.com/open-source/news/2009/01/open-source-mono-framework-brings-c-to-iphone-and-wii.ars

If you are beginning iPhone development similar to myself I'd suggest sticking with XCode and the Apple tools. Although they offer a different developer experience then we are used to from Microsoft tools, they seem to have a good helpful community around them.

Update: Mono Touch now allows you to do development using MonoDevelop and statically compile for the iPhone. Here is the link with more info http://monotouch.net/

like image 152
Ben Bahrenburg Avatar answered Sep 26 '22 08:09

Ben Bahrenburg


Xcode must be used to develop for the iPhone. It is the only platform for which the iPhone SDK is available.

like image 30
Dan McClain Avatar answered Sep 22 '22 08:09

Dan McClain