I know how to get all people from the address book with ABAddressBookCopyArrayOfAllPeople()
but how do I get a list of the different groups and more specifically how to I get contacts from a certain group.
I tried my luck with kABGroupNameProperty
but that did not return group names - instead some often (null) and some times first names.
Thanks