Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i am developing a application in which i add contact to contact List. i am able to basic info like name, address, email, phone, notes etc. but i want to add some custom field like userLabel1, userValue1 , bioPersonal, bioWork, bioOther. so i want to add custom fields to address Book'contacts.

whether it is possible to add custom field to contact? if yes , then please suggest any link or sample code?

share|improve this question

1 Answer

up vote 3 down vote accepted

Basically, there is no way to do that. Address Book doesn't let you add custom fields. However, what you can do is put your data in the "Notes" field for each contact. That will, however, look weird in apps other than yours.

share|improve this answer
hi, i already use the notes field to store notes information. ok one more thing . whether is it possible to hide the field like suffix, nickName etc. Idea is that store some value in these field and when user see the contacts, then these field is not visible – Rupesh Feb 13 '10 at 11:26
@Rupesh: I had to do lots of customization of contacts in an app I did recently. The short answer is that there is no way to do it. I had to write my own contact view controller. – Daniel T. Apr 22 '11 at 23:06

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.