Are there any tools (emulators, IDE) which can help you develop iphone apps using .Net on windows and then publish to iTunes?
Asked
Active
Viewed 2,189 times
5
-
Shouldn't this be on stackoverflow.com? – Liam Jul 15 '09 at 17:00
-
This appears to be a duplicate of http://stackoverflow.com/questions/22358/how-can-i-develop-for-iphone-using-a-windows-development-machine – 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
4 Answers
7
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.

tbreffni
- 5,082
- 5
- 31
- 30
-
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! – Scott Baker Jul 15 '09 at 23:20
-
2Mono on iPhone was actually discussed in SO Podcast #61 (see the fifth bullet point): http://blog.stackoverflow.com/2009/07/podcast-61 – Kevin L. Aug 04 '09 at 22:52
-
2
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.

tghw
- 25,208
- 13
- 70
- 96
0
You can't, especially if you want to publish to iTunes. The iPhone only runs Objective-C.

MiffTheFox
- 21,302
- 14
- 69
- 94