---
title: "What is the use of ABRecordRef in iOS?"  
description: "What is the use of ABRecordRef in iOS?"  
author: "Tarun Kumar"  
published: 2015-12-01  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/22925/what-is-the-use-of-abrecordref-in-ios  
category: "iphone"  
tags: ["iphone", "ios", "objective c"]  
reading_time: 1 minute  

---

# What is the use of ABRecordRef in iOS?

An Address Book record represented programmatically by a ABRecordRef object. It has all records or data that any programmer wants to import contacts in our app.\
ABRecordRef can contains data either for a person or for a group of persons.

## Answers

### Answer by Tarun Kumar

An Address Book record represented programmatically by a ABRecordRef object. It has all records or data that any programmer wants to import contacts in our app.\
ABRecordRef can contains data either for a person or for a group of persons.


---

Original Source: https://www.mindstick.com/interview/22925/what-is-the-use-of-abrecordref-in-ios

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
