-2

Possible Duplicate:
is there any way that we can develop application in .net for iphone

can xcode be used to develop iphone applications using .net and is it compatible with windows

Community
  • 1
  • 1
pramuk
  • 75
  • 3
  • Why do you keep asking the same question? http://stackoverflow.com/questions/1599634/is-there-any-way-that-we-can-develop-application-in-net-for-iphone – Brad Larson Oct 21 '09 at 17:19

1 Answers1

1

Take a look at Mono Touch. It lets you use .NET-style languages and tools to develop iPhone apps.

However, it won't be compatible with Windows. Mono Touch is basically a wrapper over Cocoa Touch. You still have to use Xcode (on a Mac) to build and distribute apps developed with Mono Touch.

Kristopher Johnson
  • 81,409
  • 55
  • 245
  • 302