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

Cannot shift right using arrays and structures in address book program c++

I am working on a project using arrays and structures to further my poor programming skillz. I cannot figure out how to shift the array to the right. In the function editContact, I am trying to sort the contacts by last name after the name is…
-1
votes
1 answer

Add ABMultiValue Cell in UITableView with coredata

I have sync the ABRecordID and person's name in core data but without syncing the mobile & email. Then I create a UITableView using NSFetchedResultsController, predicating the contact name. One person to one cell in UITableView. The question here, i…
-1
votes
1 answer

How can I wait for ABPeoplePickerNavigationController be dismissed

How can I wait for the contact to be chosen in my address book, before going on? Hereunder the code I use BPeoplePickerNavigationController *picker = [[ABPeoplePickerNavigationController alloc] init]; picker.peoplePickerDelegate = self; [self…
user306804
  • 51
  • 3
-1
votes
1 answer

Collection <__NSCFString:> was mutated while being enumerated crash

For some reason, I am getting a crash (noted below) saying "Collection <__NSCFString: 0x155cefd0> was mutated while being enumerated", but only on an actual device. It works on the Xcode test device. I'm not entirely sure what that means, so how do…
user3642059
  • 93
  • 1
  • 6
-1
votes
2 answers

Finding owner's phone number in 2014?

I've been researching how to find the owner phone number of a iOS device, but with no luck. There are post all around showing thirdparty frameworks that allow to do that, but are rejected from Apple. In my app I'm accessing to the AddressBook…
Pau Senabre
  • 4,155
  • 2
  • 27
  • 36
-1
votes
2 answers

How to fetch name, email id and all phone numbers from addressbook and show in my ios app?

I am developing an app, in which I want to fetch all the contacts from addressbook and show in my app.I have get all the data but problem is,l this data is not in ascending order alphabetically, also phone numbers, email id should be arrange in…
-1
votes
1 answer

Link IOS Address Book to app

I want to link the address book view controller in my app , I have searched the internet and found in apple developer guide but they show how to open contacts picker when clicking on a button and I don't want that I want the contacts picker be a…
-1
votes
1 answer

how to get contacts added or edited date in address book using iPhone sdk?

How to get contacts added and edited dates in iPhone sdk. Give me example code it will help full for me. Thanks in advance,
iSara
  • 919
  • 3
  • 10
  • 24
-1
votes
1 answer

how can i add only unique contact in my list in android

all..i have made a demo in android in that i have opened intent of addressbook and in my "onActivityResult" i am binding Contact name to List,All is going well but problem is i want ,if 1 contact name isalready added it shouldnt be added again ,my…
jigar
  • 1,571
  • 6
  • 23
  • 46
-1
votes
1 answer

Fetching Contact from Address book in Iphone

I have two iPhone,with IOS:6.1.3 and both are 3GS , With One Phone i can access the contact with same code but in other phone its just showing me the number of contacts , but when i fetch person object like below : person =…
krish
  • 641
  • 3
  • 9
  • 26
-1
votes
1 answer

How to edit an existing contact [edit]

What i want to do is this: Users press a button called "Edit an existing contact" then it opens addressbook's list of contacts. The user should choose and find the contact that they want to update, then press on it and it opens the contact detail…
-1
votes
1 answer

How do I get the email value the user selected in iOS address book?

I am trying to get the email value of an address book contact. I need to capture which email the user click and I can figure out how to get the syntax right. I used an example which picked the first email available, but I am now trying to switch…
-1
votes
1 answer

how can get the mutual friend of google plus in iphone sdk

I am using the developer Google https://developers.google.com/+/api/oauth. I want to get the mutual/common friend in api. Can it is possible? Thanks
-2
votes
1 answer

Address book that reads and write from a data file

I'm doing a small program an addressbook that allows the user to: add contact, search contact and delete contact. All of this data is read and written to .dat file. Also, how would you create a layout in the data file, (i.e. name, lastname, address…
David Needham
  • 119
  • 1
  • 3
  • 9
-2
votes
2 answers

How to get "My Number" from AddressBook framework ?

I need to retrieve "My Number" from AddressBook but I can't find out how to do so. When accessing the contacts in AddressBook, I managed to get all the contacts but I don't know how to get the "My Number". I know it's accessible as for instance on…
jim
  • 69
  • 9
1 2 3
61
62