Create a group(ABGroup) and add person record to the group programatically in iphone
Posted
by satish
on Stack Overflow
See other posts from Stack Overflow
or by satish
Published on 2010-03-26T05:32:26Z
Indexed on
2010/03/26
5:33 UTC
Read the original article
Hit count: 573
iphone
Im creating a group using ABGroupCreate(), i have 10 person(ABPerson) records. Im using ABGroupAddMember function inorder to add the person to the group, but the person record is not getting added into the group. Yes im saving the addressbook. Am i missing something here, i need help this on.
© Stack Overflow or respective owner