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

  • SEARCH
  • Home
  • 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 7980305
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T10:01:42+00:00 2026-06-04T10:01:42+00:00

I am using ABPeoplePickerNavigationController to allow the user to select an ABPerson from their

  • 0

I am using ABPeoplePickerNavigationController to allow the user to select an ABPerson from their address book. I import some data from that contact.

I would like to update a field in that ABPerson to indicate that I’ve already imported data from that ABPerson (I’m currently saving this in the Note field – is there any better way?)

But the object I get back from the SelectPerson event (ABPeoplePickerSelectPersonEventArgs.Person) is “detached” from the address book.

What I was hoping to do is something like:

        var book = new ABAddressBook();
        var p = book.GetPerson(e.Person.GetProperty(ABPersonProperty.ID));
        p.Note = "foo";
        book.Save();

But I can’t find an appropriate property.

I read somewhere that there is a kABUIDProperty and was hoping that this is the int that GetPerson wants, but I can’t find it on ABPerson.

Is there a way to do this?

  • 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-04T10:01:44+00:00Added an answer on June 4, 2026 at 10:01 am

    This works fine for me:

        var book = new ABAddressBook();
        var p = book.GetPerson(e.Person.Id);
        p.Note = "TEST";
        book.Save();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using ABPeoplePickerNavigationController to let the user select an address. Everything works just fine
I load a contacts picture from the address book using the following code: -
So I'd like to have a user select a contact using the People Picker
How can I add a new record to address book without using ABPeoplePickerNavigationController ?
Using Yii, I want to delete all the rows that are not from today.
When using peoplePickerNavigationController:(ABPeoplePickerNavigationController *)peoplePicker shouldContinueAfterSelectingPerson:(ABRecordRef)person , a view with all of the contact's information
I am getting email addresses out of the Address Book from a Cocoa Touch
Using the http://www.ifans.com/forums/showthread.php?t=132024 post from another question i am allowing the user to enter
Using Android 2.1+. I have a service that gets killed from time to time
Using Rails 3.1. I have some pages that render same layout, except the contents

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.