Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8896399
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T00:02:19+00:00 2026-06-15T00:02:19+00:00

On MAC platform, the ABPerson class has a parentGroups attribute, which tells us which

  • 0

On MAC platform, the ABPerson class has a parentGroups attribute, which tells us which groups the person belongs to. But On IOS platform, there is no such method or property..

How to find out the parent groups of a person? Do I needs to search through all groups one by one?

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T00:02:20+00:00Added an answer on June 15, 2026 at 12:02 am

    another thread mentioned ABPersonCopyParentGroups — but this is wrong -n.a. on ios.

    there is no api call so doing this directly is needed

    ABRecordRef personToFind = ....
    ABRecordID id = ABRecordGetRecordID(personToFind);
    
    NSArray *groups = (__bridge_transfer NSArray*)ABAddressBookCopyArrayOfAllGroups(bookRef);
    for(ABGroupRef group in groups) {
        NSArray *members = (__bridge_transfer NSArray*)ABGroupCopyAllMembers(group);
        for(ABRecordRef member in members) {
            if(id == ABRecordGetRecordID(member){
                NSLog(@"found in group %@!", ABGroupCopyProperty(group, kABGroupName);
                break;
            }
        }            
    }
    

    *typed inline, no guarantees — there are likely typos!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to build a cross platform (Mac or iOS) class that needs
Ive got a multi platform project that compiles great on mac, but on windows
I'm developing a cross platform game engine this targets Windows, Linux, Mac, Mobiles(Android, iOS)
I'm writing a cross-platform code, which should compile at linux, windows, Mac OS. On
I'm drawing some text in Mac/iOS cross-platform code using CoreText. I may be using
How could I programmatically install a font on the Mac platform (Snow Leopard)? What
How do I find out what platform SCons is building for (Linux, Mac OS
I'm working on a cross platform C++ application for Windows, Mac OS X and
In Mac OS X: Is there a programmatic way to detect if the selected
Complete and utter neophyte to Objective-C and the entire Mac platform so don't flame

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.