Conex
Conex

Reputation: 822

Iphone applications IDE

I'm looking to start building Iphone apps. What IDE does uses Iphone developer, are there any nice ides for windows or linux platform with support of controls like android does, or is there eclipse or netbeans plugin ?

Is it possible to develop iphone apps on visual studio platform ?

Please guide me first steps to start development on OS different than OSX. Please link me to the tutorials or possible books on this issue.

Thank you.

Upvotes: 0

Views: 311

Answers (3)

pikzen
pikzen

Reputation: 1443

Seeing that your question has the C# tag, You can use MonoTouch: http://ios.xamarin.com/. You need to be running OSX anyways.

Upvotes: 2

ajay
ajay

Reputation: 3345

as far as my knowledge for developing iphone or mac apps you must use xcode tool(IDE).and moreover it should be instal in mac os only..

Upvotes: 2

dschihejns
dschihejns

Reputation: 279

You need either a Mac or a Virtual Machine running MacOs to be able to use XCode, the IDE for iPhone app development.

Upvotes: 5

Related Questions