Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

What is an API in iOS development?

I understand that an API (application programming interface) is used to interface and communicate with someone else's code. What is an example of an API in iOS development--frameworks, specific methods (functions), or is Cocoa Touch one API with a collection of methods?

Macbook Pro, Mac OS X (10.6.6)

Posted on Mar 9, 2011 8:17 AM

Reply
2 replies

Mar 9, 2011 10:55 AM in response to kp.ramen

The meaning of API is no different in iOS than any other environment. It's a generic term referring to the published means by which one can access or use a resource in a computer program.

Frameworks, libraries, network protocols, file formats, etc. all may have APIs. For example, for and XML document, the Document Object Model specification is an API. CocoaTouch is an API, as are parts of the POSIX standard. C and Objective-C provide their own core APIs as well.

What is an API in iOS development?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.