vote up 4 vote down star
1

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

flag

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

migrated from superuser.com

4 Answers

vote up 7 vote down

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|flag
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 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 at 22:52
MonoTouch is not available to develop C# apps for the iPhone. – a_hardin Sep 18 at 18:47
vote up 2 vote down

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|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

None that are viable at this point.

link|flag

Your Answer

Get an OpenID
or

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