Questions tagged [addressbook]

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

An address book or a name and address book (NAB) is a book or a database used for storing entries called contacts. Each contact entry usually consists of a few standard fields (for example: first name, last name, company name, address, telephone number, e-mail address, fax number, mobile phone number). Most such systems store the details in alphabetical order of people's names, although in paper-based address books entries can easily end up out of order as the owner inserts details of more individuals or as people move. Many address books use small ring binders that allow adding, removing and shuffling of pages to make room.

Source

926 questions
0
votes
1 answer

Why are some records in the Mac OS Addressbook read-only?

My app loops over all of my contacts in my Mac OS (10.9.1) address book (contacts.app) and wants to update some property. But with some records I can't do that - because the record is read-only (for example Error Domain=ABAddressBookErrorDomain…
Maximilian Tyrtania
  • 437
  • 1
  • 4
  • 14
0
votes
3 answers

Adding a cookie to my HTML page?

I have looked around stackoverflow for an answer to my question, but I dont totally understand them or they dont work for me. I am creating an address book for an assignment and I want to be able to keep the names of the people I add without using a…
Dubstowel
  • 21
  • 1
  • 5
0
votes
1 answer

Addressbook Modified Date in Xcode

I am creating an application in which I used to update contacts from sqlite database on some rewrite actions. I used to fetch contacts from Addressbook of iPhone on user's permission everytime user logged in and insert it into database on Main…
user366584
  • 1,016
  • 1
  • 16
  • 34
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

iOS: How to store an ABAddressBookRef in a property without a "Potential leak" warning?

I have, under ARC, a tableview controller that reads data from the address book for every shown tableview cell. Since for performance reasons I cannot open the address book for every call to tableView:cellForRowAtIndexPath:, I open it once in…
Reinhard Männer
  • 14,022
  • 5
  • 54
  • 116
0
votes
1 answer

iphone sdk addressbook - get ABRecordRef

in the method - (BOOL)peoplePickerNavigationController: (ABPeoplePickerNavigationController *)peoplePicker shouldContinueAfterSelectingPerson:(ABRecordRef)person { im trying to simply access ABRecordRef as a variable, but i keep getting the error…
oberbaum
  • 2,451
  • 7
  • 36
  • 52
0
votes
1 answer

Please Help me with this ! [ Sorting Arrays]

Hello Everyone I created an address book by using arrays !... Here I got a problem with sorting arrays of type String .... When I want to Sort a contacts It will just Sort the first names Without moving Second name and phone numb..... etc .. I have…
0
votes
1 answer

Deleting and modifying in Address Book

Recently I've been working on Address Book that most have this set of operations: entry of a contact changing the contact display a contact display all contacts deleting contact. Entry of contact and displaying all contacts are working, but I…
user3023250
  • 61
  • 1
  • 2
  • 9
0
votes
1 answer

Get Contacts out of Address Book who also use the application

I'm developing my first iPhone-application in Xcode and I was wondering if it is possible to get the contacts out of the Address Book of the iPhone who also use the application? So what I need is a way to generate a unique ID based on the…
0
votes
1 answer

Boldify correct part of contact's name in iOS's AddressBook?

I'm using AddressBook to get an array of all records, and then displaying the names in a UITableView. My question is, how can I baldify the correct part of the full name, like in the Contacts app? I could create a huge number of if statements, but…
Sam
  • 79
  • 1
  • 1
  • 7
0
votes
1 answer

Saving AddressbookUI address.text to Documents directory for use in InApp email

I was trying recycle code for saving an image and attaching it to an email, with no luck. After I get the three values out of the PeoplepickerNavigation controller I want to save them for use and place them as text into an email. All I get now is a…
Michael Robinson
  • 1,439
  • 2
  • 16
  • 23
0
votes
0 answers

Data structure for implementing an Address Book in Java

Which data structure from the Concurrent collections package will be suitable for implementing an address book?
java_geek
  • 17,585
  • 30
  • 91
  • 113
0
votes
1 answer

iOS 7 Address book not sorted

I am making a contacts app and was testing it in iOS 7 simulator using XCode 5. I noticed that if I launch Apple's contacts app within the simulator and create a bunch of new contacts, the ones that come pre-built with XCode are not getting sorted.…
Sam B
  • 27,273
  • 15
  • 84
  • 121
0
votes
1 answer

Iphone addressbook

I have used addressbook framework in my application.I want to allow user to edit and delete cotacts from my application.Which notification get generated when user edit the contact,also how to use delete functionality of addressbook framework.
Aishwarya
  • 1,587
  • 3
  • 14
  • 9
0
votes
1 answer

How to get the name of a contact related to a certain phone number?

In my app I receive a json response from the server which contains phone numbers. I wan't to show the full name of the contact if the number is stored in the addressbook. Similar to the phone app when you type in a number manually the iPhone shows…
rockstarberlin
  • 1,853
  • 1
  • 18
  • 31