1

How can I get a an array of parent ABGroups for an ABPerson in MonoTouch?

Martin Wiboe
  • 2,119
  • 2
  • 28
  • 50

2 Answers2

1

Presumably you do it the same way you do in Obj-C, using ABPersonCopyParentGroups.

See also: https://stackoverflow.com/questions/5973510/find-which-abpersons-group-abgroup-in-ios4

Community
  • 1
  • 1
Jason
  • 86,222
  • 15
  • 131
  • 146
0

Sadly you cannot. The ABPersonCopyParentGroups API is only documented for OSX (web site and header files) and a bit of testing shows it is not available on iOS.

poupou
  • 43,413
  • 6
  • 77
  • 174