Tagged Questions

An address book or a name and address book (NAB) is a book or a database used for storing entries called contacts.

learn more… | top users | synonyms (1)

20
votes
3answers
13k views

Import Address Book from Gmail/Hotmail/Yahoo using C# and ASP.NET

Hi can somebody tell me how to import all of my contacts from gmail, yahoo, hotmail and so on.. and i want to send an invitation for all my contacts? How can i achieve this? Thank you, Nagu
13
votes
1answer
164 views

Is there a way to get Address Book contact ID's from Sync Services contact ID's?

When getting the modified contacts from Sync Services, through the applyChange:forEntityName:remappedRecordIdentifier:formattedRecord:error method. The IDs in the address book are of the form ...
11
votes
1answer
13k views

How to correctly use ABPersonViewController with ABPeoplePickerNavigationController to view Contact information?

Update 9/2/10: This code no longer works as of the iOS 4 update--it fails with an internal assertion. There is now a great Address Book API example available in the iPhone SDK Reference Library called ...
9
votes
2answers
6k views

How to add a contact to the iPhone's Address Book from a Web Page?

In the desktop Mac world, if I were to click on a link in a web page which linked to a VCF file, this file would be opened in the Address Book application. In the iPhone world, however, doing that ...
8
votes
2answers
151 views

localising postal / physical address display from database fields

Can anyone point me to a list of international postal / residential / delivery address format templates that use some kind of parseable standard vocabulary for address parts? The ideal list contains ...
8
votes
2answers
1k views

Address Book contacts in Core Data

What’s considered ‘best practice’ when saving Address Book contacts in Core Data? I’m writing an iPhone App, based on Core Data, where I need to save and recall Address Book contacts as part of the ...
8
votes
3answers
1k views

Is there any way to get the “Me” card from iPhone Address Book API?

So I'm stumped on this one. In Mac OS X there is an easy way to get the "Me" card (the owner of the Mac/account) from the built-in address book API. Has anyone found a way to find out which ...
7
votes
2answers
287 views

Sort NSArray of NSStrings like Addressbook on iphone sort

I have an array of strings (names) and i would like to sort them like how the address book on the iphone sorts them eg: éli -> under E eg: àli -> under A eg: 4li -> under # any suggestions?
7
votes
3answers
603 views

How do I get the cropping frame of the address book image data?

The AddressBook framework provides ABPersonCopyImageData for getting the contact image for each address book entry. This is great for the image data, but the user also sizes and crops the image for ...
6
votes
1answer
482 views

iPhone multi-threaded AddressBook manipulation

I have been using the AddressBook api of the iPhone for some time now. But doing some refactoring to improve application performance I have decided to "reuse" the ABAddressBookRef returned by ...
5
votes
1answer
384 views

iPhone Address Book: List Sources and Accounts

I need to select the address book source in which contacts are created by my app. In the Contacts app, when I select "< Groups", I get the options All Contacts MobileMe All ...
5
votes
1answer
333 views

custom behaviour to iphone addressbook ui controller

is there any way to customize the ABPeoplePickerNavigationController and let user select multiple contacts without going into details? I can push contacts into an array as user selects them but ...
5
votes
3answers
2k views

Generate vCard from AddressBook.framework

I'm utilising the AddressBook.framework in my iPhone app, and I'd like to replicate something along the lines of the share feature in Contacts.app. This basically attach's a specific contacts vCard to ...
4
votes
1answer
1k views

iPhone Address book: How to select multiple contacts?

I would like to execute the same operation on multiple contact of the Address Book. Is there an API available to allow multiple contacts selection from the Address Book ? If it is not possible ...
4
votes
1answer
1k views

ABPersonSetImageData Only Altering the Contact Thumbnail and Not the Full Pic

I am trying to add a border around each contact photo. I have working code to create this bordered image and working code to set it as the contact image: if (image) { NSData *dataRef = ...
3
votes
1answer
117 views

Rails app as an LDAP or CardDAV server?

I'm working on an in-house Rails app, which is (among other things) a CRM app so it contains names, addresses etc., for customers and other contacts. A neat feature would to allow these contacts to be ...
3
votes
1answer
278 views

Add to existing contact

I am trying to replicate the iPhone's default behavior for adding a phone number to an existing contact. To clarify, I am talking about the UI, not programmatically. My first attempt was to present ...
3
votes
1answer
213 views

Getting merged/unified entries from ABAddressBook

I'm developing an application that is showing the iPhone contacts. The ABAddressBookRef returns duplicate entries for a contact that appears only once in the iPhone contacts application. Looking on ...
3
votes
1answer
767 views

IPhone SDK - How to serialize ABRecord?

I'm new in iPhone development, can you advice me how to serialize AdressBook records? I have read stackoverflow - How do I serialize a simple object in iPhone sdk, but I still have questions: should ...
3
votes
1answer
893 views

How do I replace a modal view controller?

I'm using a modal view controller to allow a user to select an address book entry and email address. The ABPeoplePickerNavigationController object is displayed via presentModalViewController:animated: ...
3
votes
2answers
3k views

Implementing Autocompletion in iPhone UITextField for contacts in address book

I would like to have a UITextField or UITextView in where as I do some input, alternatives will appear something similar to when you type an address in Mail Application, alternatives appear down and ...
3
votes
2answers
2k views

Performance problems reading in iPhone ABAddressBook

I am creating a lookup table mapping contact phone numbers to their corresponding ABRecordRef (I need this so I can efficiently look up contact names and photos based on the phone number a user has ...
2
votes
1answer
29 views

Unique Record Identifier of Addressbook contact + SQLite database

I am developing one application that requires records from Addressbook, I need all details of contact, plus I am using google service to get lat-long of contact address and storing this details to ...
2
votes
2answers
76 views

ABGroupAddMember does not work on iOS4 device

the code bellow works great in Simulator (both iOS 4 and 5) but adds no contact on the iOS 4 device. No error is returned. Do you have any idea why? ABAddressBookRef ab = ABAddressBookCreate(); ...
2
votes
1answer
273 views

Adding vCard data directly to the system Address Book

I am designing a QR code reader, and it needs to detect and import contact cards in vCard format (.vcf). is there a way to add the card data to the system Address Book directly, or do I need to parse ...
2
votes
2answers
49 views

Displaying contact name when a pin is clicked on the mapview

I'm using the MapKit framework and I have used pins to display the exact address location of the contacts in my addressbook. Till now everything is working fine. But when i click on a pin I need to ...
2
votes
0answers
171 views

Add SearchDisplayController Over mapKit to search Address book

I've been looking the web for this solution. Its exactly like the google maps application on the iphone, where as you search, it looks through the address book to find suggestions for what your ...
2
votes
2answers
64 views

ABPersonPickerNavigationController and UITabbarController

How can we use use ABPersonPickerNavigationController on suppose the third tab of the UITabbarcontroller. Actually I am showing all Address book contacts in this controller...so I use ...
2
votes
1answer
188 views

Change contact picture of a person in addressbook

I'm creating an app in which i need to replace contact image of the person stored in iphone's address book from my image. Any Help??
2
votes
1answer
177 views

Trie based addressbook and efficient search by name and contact number

it is a known approach to develop an addressbook based on trie datastructure. It is an efficient data structure for strings. Suppose if we want to create an efficient search mechanism for an address ...
2
votes
0answers
135 views

How can I get a list of all the properties of an ABRecordRef?

I would like to obtain a list of all the properties of an ABPersonRef and ABGroupRef without having to use the iOS predefined keys of kABPersonFirstNameProperty, kABPersonLastNameProperty... I'm ...
2
votes
2answers
290 views

iPhone AddressBook external callback notification?

In viewDidLoad, I have subscribed to notifications to get external callback notifications. I dont know why I am not getting notifications in my app if i have changed anything in my iphone contacts. I ...
2
votes
2answers
356 views

Unable to read contact sort order in iOS (address book API seems broken)

I'm trying to use ABPersonGetCompositeNameFormat() to read the sort order settings for the user's address book. It always returns kABPersonCompositeNameFormatFirstNameFirst regardless of how I ...
2
votes
1answer
202 views

Blackberry PIM why is contact creation so slow?

The following code, which i took from the blackberry forum, takes almost 26 minutes to create 2000 random contacts using the BB PIM API on an 8500 series set. Does anyone have any idea why it takes ...
2
votes
4answers
115 views

Ada 05 question: Search specific elements in a vector of records?

I've created a Ada program that will be compiled in GNAT Gcc compiler 4.3.0 I created a record that consists of a name, phone, address and a birthday. The name, phone and address will be in unbounded ...
2
votes
0answers
523 views

Storing an ABRecordRef into Core Data Object [closed]

Possible Duplicate: IPhone SDK - How to serialize ABRecord? I am writing an iPad app that uses the address book APIs to present the standard address book UI (ABNewPersonViewController) to ...
2
votes
1answer
354 views

iOS: How to initiate a call to an address book contact with special characters (#/*) in the number?

I am currently working on an iOS application that uses live audio streaming, and our users have asked for a feature to automatically block incoming calls when they are streaming. I know that there is ...
2
votes
1answer
471 views

Sizes For iPhone AddressBook Pictures?

I would like to programmatically generate contact pictures - something like what Gravatar does, although not exactly. Are there size requirements on the generated images such that the contact picture ...
2
votes
2answers
504 views

UITableView - Lazy loading contact images

I'm working on an iPhone application which displays thumbnail images from contacts in a UITableView. Everything is very fast until I turn on the thumbnails, then it becomes very slow to scroll. All ...
2
votes
3answers
775 views

AdressBook Crash, only with some contacts!

My app crashes, it is a problem that arises from the AddressBook API, it only happens with some contacts. Here is the log: Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x00000102, ...
2
votes
1answer
107 views

How many record can I add in the iPhone?

I want to ask a question about the iPhone. I am writing a program which can add the record to the iPhone build-in Contacts. However, I don't know that how many users can store in the iPhone Contacts. ...
2
votes
2answers
1k views

AddressBook: trying to add 'Home' and 'Work' addresses, only 1 shows up

I'm trying to add a 'Home' and 'Work' address my Person record. It seems only 1 shows up (the one added later. Is if possible to add multiple addresses to a Person and see them displayed in the ...
2
votes
2answers
739 views

How do I get a user's email address (with permission) on iPhone?

Typing on iPhone is tedious; I'd like to prompt my users for their email address without requiring them to actually type it. Ideally they'd receive a dialog saying: "This app would like to use your ...
2
votes
1answer
702 views

Getting iPhone addressbook contents without GUI

I would like to list all phone numbers (or any other field) of people in the addressbook. I've written the following code: - (void)addressBookFill{ ABAddressBookRef addressBook = ...
2
votes
1answer
1k views

How to add a “Custom Label” to iPhone AddressBook programmaticly?

When manualy adding contact's phone /IMS in iPhone AddressBook you can add Custom Label instead of "Home", "Work", "Other" *(in IMS). How to create "Custom Label" in AddressBook programmaticly?
2
votes
2answers
655 views

iPhone sdk: How do I get a count of all the phone numbers in a address book?

Hi i am developing an app for my QA department. I need to programically get how many phone numbers are there in the entire address book. No user input. Just click a button and then get how many ...
2
votes
1answer
1k views

Reading email address from contacts fails with weird memory issue

I'm stumped. I'm trying to get a list of all the email address a person has. I'm using the ABPeoplePickerNavigationController to select the person, which all seems fine. I'm setting my ABRecordRef ...
2
votes
4answers
937 views

How do I set an ABPeoplePickerNavigationController's prompt?

This is the code I'm using to call the people picker, but the prompt label text doesn't change: ABPeoplePickerNavigationController *picker = [[ABPeoplePickerNavigationController alloc] init]; ...
2
votes
1answer
1k views

Adding Contacts to Address Book(IPhone) from VCard

I need to add a contact in AddressBook of IPhone from the VCard i am getting from the server. Is there a way to do it in IPhone or i need to parse the Vcard file and create the IPhone contact from it. ...
2
votes
4answers
5k views

iPhone ABPeoplePickerNavigationController - How to select two single entries of two different multivalue properties of a person from Addressbook

I'm near desperation as I search for a solution for weeks now. The Problem is simple: Via the ABPeoplePickerNavigationController (as a ModalView), a person should be selected. Then only (e.g.) the ...

1 2 3 4 5 8