Creating applications for iPhone and installing SDK

Asked By 10 points N/A Posted on -
qa-featured

What is the programming language used to create applications for iPhone and how to install the SDK software for iPhone developers?

SHARE
Best Answer by Dexter Alberto
Answered By 0 points N/A #98419

Creating applications for iPhone and installing SDK

qa-featured

Hello jgulliver,

For developing  an iPhone you may use objective c language. For install xCode you just search in Google so go Google and write xCode then download it and follow the installation process of xCode after installing xCode restart your PC.

Now you can write your program in xCode debug and run the program.

Thank you.

Best Answer
Best Answer
Answered By 0 points N/A #98420

Creating applications for iPhone and installing SDK

qa-featured

Hello Jgulliver,

The commonly used programming language for iPhone applications is Objective-C. It is an extension to the C programming language which has scripting elements to include object-oriented elements for application development.

You can also use other object-oriented programming languages such as Java but Objective-C is the best because it has some scripting elements to it is easier to pick up than other programming languages.

To install the SDK software, you need to visit Apple website where you will find a free SDK software set-up. Download the setup and make sure you acquire the right setup for your machine specifications.

When you have downloaded the setup, run the installation software into your machine and there you are, SDK in your machine.

Thank you.

Related Questions