1

I was wondering if you can make C#/.NET applications for iPhone? How would I start?

suffix
  • 99
  • 2
  • 7
  • 1
    @MarcGravell but it requires Mac anyway. Apple licence - AFAIR. – Michał Powaga Nov 14 '11 at 18:31
  • 3
    Downvoted because the question doesn't show any [research](https://www.google.com/search?q=C%23+iphone&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a) effort. – Nasreddine Nov 14 '11 at 18:55
  • There is no way into the App Store without an Apple license. You can engage consultants or some other company to do that for you, but someone needs to have it. Mono doesn't provide emulators, so you need a Mac to do any real iPhone app (where you might want to run it before submitting to the App Store) – Lou Franco Nov 14 '11 at 20:24
  • possible duplicate of [Mono on the iPhone?](http://stackoverflow.com/questions/377116/mono-on-the-iphone) – jscs Nov 15 '11 at 21:37

4 Answers4

7

Monotouch would be the way to go .

p.s. i really suggest you go native on any platform .

egrunin
  • 24,650
  • 8
  • 50
  • 93
Poelinca Dorin
  • 9,577
  • 2
  • 39
  • 43
5

You can use MonoTouch http://xamarin.com/monotouch

Lou Franco
  • 87,846
  • 14
  • 132
  • 192
5

Get yourself a MonoTouch license.

Justin Niessner
  • 242,243
  • 40
  • 408
  • 536
2

I recommend you to buy a book for developing iphone applications using c#

or go for Monotouch

Glory Raj
  • 17,397
  • 27
  • 100
  • 203