Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone Address Book custom property

I am developing an application which is similar to native contact book app of iphone. I want to add additional property/field in native iphone address book database. e.g. network carrier of each contact (AT&T).

How to access the database of native address book from our app? Is that possible to do?

like image 330
Ruchir Shah Avatar asked Feb 01 '26 00:02

Ruchir Shah


1 Answers

You cannot add custom fields. You can add data into the Notes field, but not add any custom fields into the AddressBook Person class. You can extend the AddressBook but you will need to save the data somewhere else and link the Person to the data you saved.

You can access the data from the address book using the AddressBook framework.

like image 99
John Wang Avatar answered Feb 02 '26 15:02

John Wang



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!