Hello everyone, I want to start making simple iphone application, and i want to ask what programming language is used to make those applications and on what platform ?! i know C, objective C++, and a little C#. cheerz
Most commonly C and Objective-C Unsurprisingly Apple's website has a lot of getting started guides that tell you this type of thing and the development tools etc: http://developer.apple.com/library/...iew/index.html#//apple_ref/doc/uid/TP40007592
FYR Native iPhone applications are developed in the language Objective-C and run on the iPhone OS platform. The platform has a layered architecture with the Cocoa Touch layer sitting on the top.
Well check this dev platform out: http://www.phonegap.com/ It's open source and free. You develop once then deploy to iPhone, Android, and BB. Very powerful stuff.
JavaScript. For develop native apps. Titanium - http://www.appcelerator.com/ But if you using XCode and Interface Builder before, work on titanium is not very simple. Because he it does not support nib files.
The programming language for iPhone and iPod touch apps is written in Objective-C using the Cocoa Framework. The language itself isn't too hard to learn it's a variant of C, similar to C++.
thank you everyone, the problem is if you don't have an apple PC you can't download xcode and work in developing apple's applications :/ ..