0

Is it possible to write an iPhone application in any language other than Objective-C?

2
  • This has been covered in previous questions on SO, but the bottom line is that you need Objective-C for all the GUI aspects of your app but you can use other languages such as C++ for non-GUI code and link this code with your Objective C app. Commented May 4, 2011 at 6:11
  • possible duplicate (Which is the most supported programming language for the iPhone?)[stackoverflow.com/questions/2896905/… Commented May 4, 2011 at 8:07

1 Answer 1

1

Basically, there's 3 major options for iPhone/iOS programming:

  1. Objective-C
  2. MonoTouch (C# for iOS)
  3. Adobe AIR

There are probably some other possibilities (such as Unity, but that's for 3d game development and costs $99), but those are the major ones.

Sign up to request clarification or add additional context in comments.

1 Comment

You can also use HTML, JavaScript, and CSS to build apps using a wrapper such as phonegap.com

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.