Questions tagged [abperson]

ABPerson is an object in Mac OS X's and iOS' Address Book application. It represents a single contact.

38 questions
0
votes
1 answer

controlling ABNewPersonViewController

I'm using ABNewPersonViewController to add a new contact. However, I want to ensure that the user inputs some fields. How do I achieve this? I don't see any help from ABNewPersonControllerDelegate or from ABNewPersonViewController.
Dunes Buggy
  • 1,779
  • 1
  • 21
  • 41
0
votes
2 answers

Add phone numbers to ABPerson

I try to put in a string for each of the values and I get errors, can someone demonstrate how to add numbers to an ABPerson here is my attempt: if (_cellNumber) { ABRecordSetValue(person, kABPersonPhoneMobileLabel, (__bridge…
user2780240
0
votes
0 answers

Is there a way to intercept call button (earphone image) in contacts details in iOS7

I have a problem with contact details from AdressBook. I use method personViewController:shouldPerformDefaultActionForPerson:property:identifier: to get selected number but when user tap on earphone image, I can't get selected number. Is there a way…
0
votes
2 answers

Accessing iPhone call history on iOS

Is there any way to access the last time an ABAddressBook contact was accessed, interacted with, called, miss-called, etc. I'm aware of the ABPerson properties, specifically kABPersonModificationDateProperty. But I was wondering if there any way of…
theDuncs
  • 4,649
  • 4
  • 39
  • 63
0
votes
1 answer

ABPersonRemoveImageData working locally but not updating iCloud

I have application managing the iPhone/iPad contacts, one of the functionalities is to delete a specific tag for multiple contacts. All the tags work perfectly fine, after removing the tag data, it get reflected on the iCloud and other devices for…
Net Solver
  • 127
  • 1
  • 7
0
votes
1 answer

ABRecordCopyValue only returning Facebook email for Contact and ignoring others

I am trying to compare the emails of a selected phone contact to the emails of registered users in my app to see if they are registered. It should be simple enough. Get the recordRef, copy the email multiValue, then compare: -(void)…
WCByrne
  • 1,549
  • 1
  • 11
  • 16
0
votes
1 answer

how to ignore FB/Other social contacts in address book when counting contacts

I need to get the count of only my local contacts from Address Book, not any social networks. How do i filter other contacts out programmatically? In another words, how Contacts application shows separately iCloud groups and Facebook group. How do…
Nava Carmon
  • 4,523
  • 3
  • 40
  • 74
0
votes
1 answer

Default Phone Number for Texting in ABPerson

I am trying to get the default phone number for sending a text message for an iPhone Address Book contact using ABPerson. I understand that ABMultiValue is to be used. But I cannot find out if there is a way to determine the default text message…
SAHM
  • 4,078
  • 7
  • 41
  • 77
1 2
3