---
title: "Use of AddressBook in iOS?"  
description: "Use of AddressBook in iOS?"  
author: "Tarun Kumar"  
published: 2015-12-01  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/22924/use-of-addressbook-in-ios  
category: "iphone"  
tags: ["iphone", "ios", "objective c"]  
reading_time: 1 minute  

---

# Use of AddressBook in iOS?

AddressBook is an API that is written in C language. It is provided as a framework in iOS. With the help of Address Book we can read or modify the user's contacts from the apps. Address Book is a C- based API, it does not use objects instead it utilizes other types.

## Answers

### Answer by Tarun Kumar

AddressBook is an API that is written in C language. It is provided as a framework in iOS. With the help of Address Book we can read or modify the user's contacts from the apps. Address Book is a C- based API, it does not use objects instead it utilizes other types.


---

Original Source: https://www.mindstick.com/interview/22924/use-of-addressbook-in-ios

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
