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
-2
votes
1 answer

fatal error: unexpectedly found nil while unwrapping an Optional value Crash on load phone contact

fatal error: unexpectedly found nil while unwrapping an Optional value function signature specialization of Swift.(_fatalErrorMessage (Swift.StaticString, Swift.StaticString, Swift.StaticString, Swift.UInt) -> ()).(closure #2) My code is:…
-2
votes
1 answer

iOS What's the difference between AddressBook.framework and AddressBookUI.framework?

I have to get email addresses from contacts, so I tried to add AddressBook.framework. I found 2 similar frameworks. What's the difference between AddressBook.framework and AddressBookUI.framework? What should I use?
ttotto
  • 826
  • 3
  • 13
  • 31
-2
votes
1 answer

multithreading error with ABAddressBookRef

I have problems with the threads at the recorer for, I have a contact list of 600 and 6 shows me the following error. Thread 1: EXC_BAD_ACCESS (code = 1, address = 0x29) is the following code -(void) actualizarContactos { CFErrorRef *error =…
-2
votes
1 answer

Xcode "Add Contact" Button

I am trying to create an "add contact" button in Xcode that would bring the user to address book and add a Name, Phone Number, email, and address to the contact list after the user clicks on the button. If I wanted to implement this feature, how…
Ryan E
  • 45
  • 1
  • 10
-2
votes
1 answer

how to insert addressbook contacts in tableview

How do I insert addressbook contacts into a tableview? i got stuck with this. Please help me find out guys.
-2
votes
1 answer

How to access phone contacts from an iPhone app and send sms on selecting single or multiple contacts

I have an iPhone App in which i want so access the phonebook contacts and on the selection of single or multiple contacts i want to send sms to the selected contacts. Please can anybody give me a sample code for doing this app. Thanks in advance.
-3
votes
1 answer

I want to Detect The changes in Contact made from anywhere programmatically in ios

" Hello Sir, I am working on an iOS application(client/server based) in which at a point after taking the permission from user i am accessing users contact list(AddressBook) to synch it with Server.Right now i am doing at ever time application…
atul awasthi
  • 113
  • 1
  • 11
-3
votes
1 answer

How to create a custom contact group like Facebook did?

There are three main features: Custom group (Not a subgroup of iCloud like "Test" in my picture) Contacts have to be read only in this group Small Icon under each picture (see second picture; red arrow) Is it possible to implement this 3 features…
-3
votes
2 answers

Display full Addressbook

How do I display the full addressbook in a table using the UITableview and Addressbook classes?
-4
votes
3 answers

Comparing names in an address book program

I'm doing an address book as part of a school assignment and I have it mostly figured out, but I'm stuck on one part. Here's my code first. I have an AddressBook class that contains variables and appropriate getter and setter methods to…
ripp2k
  • 1
  • 4
-4
votes
1 answer

Addressbook Project - java.lang.reflect.InvocationTargetException

i code at the moment a project for my university. i get a java.lang.reflect.InvocationTargetException if i execute my project. Have to few experience to find the bug :/. Hope someone can help me! Kind…
MaCXyLo
  • 5
  • 6
1 2 3
61
62