I need a contact’s street address. I know how to get the single value properties, but the street address is a multivalue property. Apple’s documentation shows how to set it, but not retrieve it. Any help?
PS: this does not work:
ABRecordCopyValue(person, kABPersonAddressStreetKey);
I just figured it out: