How can I get a an array of parent ABGroups
for an ABPerson
in MonoTouch?
Asked
Active
Viewed 356 times
1

Martin Wiboe
- 2,119
- 2
- 28
- 50
2 Answers
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
-
I don't see that method in the MonoTouch classes, strangely. Maybe this has not been implemented? – Martin Wiboe Jan 02 '12 at 18:20
-
if that's the case, you should file a bug with Xamarin – Jason Jan 02 '12 at 22:59
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