up vote 5 down vote favorite
2
share [g+] share [fb]

Are there any tools (emulators, IDE) which can help you develop iphone apps using .Net on windows and then publish to iTunes?

link|improve this question

Shouldn't this be on stackoverflow.com? – Liam Jul 15 '09 at 17:00
This appears to be a duplicate of stackoverflow.com/questions/22358/… – Brad Larson Jul 15 '09 at 18:08
it is similar but I am looking specifically for .Net tools – Gulzar Nazim Jul 15 '09 at 18:13
feedback

migrated from superuser.com Jul 15 '09 at 17:43

This question came from our site for computer enthusiasts and power users.

4 Answers

Mono are working on porting their .Net runtime to the iPhone, which will be available for testing next month.

Unity is a game development platform for the iPhone that uses C# and .Net.

link|improve this answer
System Requirements for Unity iPhone Authoring * An Intel-based Mac * Mac OS X "Leopard" 10.5.4 or later * Using Occlusion Culling requires NVIDIA or ATI graphics card * The rest only depends on the complexity of your projects! – ScottSEA Jul 15 '09 at 23:20
2  
Mono on iPhone was actually discussed in SO Podcast #61 (see the fifth bullet point): blog.stackoverflow.com/2009/07/podcast-61 – Kevin L. Aug 4 '09 at 22:52
MonoTouch is not available to develop C# apps for the iPhone. – a_hardin Sep 18 '09 at 18:47
feedback

Not only can you not use .Net on an iPhone, you also need an Intel Mac to do development. Apple is keeping it a very closed environment, and because they control everything from the hardware to the OS to the distribution channels, you really don't have any other choice than to play by their rules.

link|improve this answer
feedback

You can't, especially if you want to publish to iTunes. The iPhone only runs Objective-C.

link|improve this answer
feedback

None that are viable at this point.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.