I am developing a app in which I have to add custom contacts to iPhone Contact list.
To elaborate that every contact in iPhone have a definite set of fields which we can be used to save contact info.
I want to know if we can
add custom fields apart from that ofexisting options in iPhone.
If its possible please show me the way to do that, googled it but didn’t found any thing meaningfull.
Thanks in advance.
From this.
If you need to store data in there, I think your only option is
kABPersonNoteProperty, but I’m no expert on this.Edit: link.
Answer: nope!
Edit: you can also prompt the user to add an address book entry as done here.