An address book or a name and address book (NAB) is a book or a database used for storing entries called contacts.
1
vote
1answer
17 views
Get image contact in address book on iOS
I'm new using the Address book and I would try to get some info for the contacts in the phone. Is possible get the image contact of all the contacts? This will be for iOS4 or higher.
Thanks in ...
0
votes
1answer
30 views
Program recieves Exc_bad_access signal and crahed
I am issue while accessing the address book of user. My code is
ABMultiValueRef email = ABRecordCopyValue(aSource, kABPersonEmailProperty);
NSString* email_lbl;
for(CFIndex i = 0; i ...
0
votes
1answer
22 views
How to properly use address book for background thread?
UIImage* image;
if(ABPersonHasImageData(self.abRecordRef)){
image = [UIImage imageWithData:(__bridge_transfer NSData *)ABPersonCopyImageData(self.abRecordRef)];
}
-(ABRecordRef) abRecordRef
{
...
0
votes
0answers
14 views
In addressbook how do I know which contact modify or delete
I want to sync my contact with server so I need two things. First one is that how I know the contact DB modify when my app is close cause
> ...
0
votes
1answer
55 views
Want To Develop Automatically Missed Call Reply Messanger iOS Mobile Application [closed]
Now a days i am thinking about a mobile application (specially for iPhone) and trying to build it for personal use and off course will allow to others too.i want to develop such application, suppose i ...
0
votes
1answer
21 views
EXC_BAD_ACCESS when using an ABPersonViewControllerDelegate
I have an iOS app that shows a list of contact names in a UITableView, and displays a contact with ABPersonViewController when a cell is tapped. This project uses ARC. If I associate an ...
-1
votes
1answer
45 views
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, ...
0
votes
0answers
25 views
Address Book UI search feature causes crash
I'm pretty stumped on this since I don't think it's my code that's crashing the app. All I'm doing is calling Apple's people picker and displaying it to the user to use.
I've got an ...
0
votes
1answer
22 views
NSNotificationCenter for AddressBook db
I want to identify the address book changes in my app using NSNotificationCenter how to use Please help me.
0
votes
1answer
19 views
Using ABUnknownPersonViewController with an image crashes
I'm trying to create a new address book entry with a name and an image using the ABUnknownPersonViewController to prompt whether the information should be added to an existing person or added as a new ...
1
vote
1answer
57 views
+50
Crash report when user accesses the address book
In my App, Crashlytics is used to gather crash reports from users. Here is one crash report from a user. It is possibly depending on the contacts informations of the user. I can not recreate the ...
0
votes
0answers
50 views
iOS Address Book crash when iterating thru 1K+ entries
I'm having problems when accessing an iOS device address book that has about 1500 contacts.
Here is the error I'm getting:
May 6 17:49:01 Jon-Snow ...
0
votes
3answers
32 views
Starting points for creating an application that allows a user to add items to two separate lists
I am firstly new to SO and new to iOS Development. I have completed the CS193P course on iTunes and am ready to tackle my first proper app. I have the prototype set up and just need some reference ...
0
votes
0answers
27 views
Objective C Address Book Check if User Exists by ID
I am having trouble checking to see if a user exists in the address book in objective C. I have the unique ID of the user as i save that in a DB.
if(ABRecordGetRecordID((__bridge ...
-1
votes
1answer
62 views
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 ...
0
votes
1answer
23 views
Reference custom contact source when using ABPeoplePickerView (OS X)
ABPeoplePickerView (OS X) does not appear to allow one to use a custom contact source, instead forced to reference the stock Address Book database. It appears that the corresponding framework in the ...
0
votes
1answer
80 views
how to get records of contacts from NSMutableArray in iPhone
I have an array of dictionary for contact details. I am trying to add that record in ABRecordRef, but I don't understand how it works. Here is my code:
for (int i = 0; i <= [contactArray count]; ...
0
votes
0answers
19 views
create address list (mailing) from email recipients [migrated]
I use GMail (web-mail) and sometimes Thunderbird for advanced tasks. Last year, on Thunderbird, I reached to create an address list from emails recipients. Since, I have reinstalled everything, and I ...
0
votes
0answers
102 views
How to get the CardDAV sync contacts in iOS
I am using iOS 6.1.3 version.
// check Verson.
ABAddressBookRef addressBook;
if (&ABAddressBookCreateWithOptions != NULL)
{
// iOS 6
CFErrorRef error = nil;
...
0
votes
0answers
17 views
Are ABRecordIDs reused after removing a contact and adding another?
Does apple reuse the ABRecordID in the AddressBook.framework?
If I remove a record and add a new one? Or are they looping record numbers after advancing through all MAX_INT values and going back to ...
0
votes
0answers
36 views
how to edit a phone number values programmatically from address book ios, maintenance the others phone numbers equals
The solution behind works perfectly when I try to modify and save a phone number from address book..
But, right now there are another problem, because, when I modify a phone number and save this, if ...
1
vote
1answer
103 views
how to edit a phone number values programmatically from address book ios
I'm trying to replace an specific phone number for an specific contact programmatically in iOS, taking the contacts form address book.
I don't know why I can't save the new phone number and refresh ...
0
votes
2answers
92 views
E-mail dialog box is not open in iphone sdk
In my app, I am fetching the e-mail id from address box using PersonPicker view.
When i select any e-mail id, i try to open the e-mail dialog. But it will just open & close immediatly.
I can't ...
1
vote
1answer
35 views
WTAI - wtai://wp/ap;07773363222. Add more contact information using this method
I have stumbled across a neat piece of code which adds a phone number directly to an address book:
<href="wtai://wp/ap;07773363893>TEXT</a>
Is there anyway we can add more information ...
0
votes
1answer
51 views
app get crash after contacts gets added from address book to sqlite database
this is how i add contact information in my database from addressbook
ABAddressBookRef addressBook = ABAddressBookCreate();
CFArrayRef allPeopleName = ...
0
votes
0answers
43 views
Mac Address Book to Garmin Sat Nav, app/plugin
I am a CS student graduating in 2014. For my final I have decided that for my final year project I decided to take on a bit of a personal challenge and gone for a project that uses C/Objective-C to ...
0
votes
0answers
38 views
iOS address book going to maps after selecting an address
Hi I am following a tut on iOS address book. Now whenever I am selecting address in the contact, it's opening maps and pin-pointing the location of the address. There is same thread i did found in SO, ...
0
votes
1answer
44 views
Add a control to new contacts screen in ios
I would like to be able to just add a control to the new contacts screen or override the new contacts screen people see when clicking add contact from the phone answer default screen in the iPhone.
...
1
vote
3answers
126 views
Livecode mobileAddContact
Has anyone used mobileAddContact on ios and managed to add an address?
So far I can add the name, contact details (phone, email etc) but I can't add the address details (Street, City, Zip, etc.).
...
1
vote
1answer
80 views
Printing out information from a file by looping through another function designed to search the file - C++
I have this function that can scan my file and print out a predesignated record according to which one you choose to look at:
void addressBook::showRecord(int pickNum) {
PEOPLE2 p;
ifstream ...
-7
votes
1answer
82 views
how to Send Invitation from Address Book in iphone sdk? [closed]
In my app, i want to send invitation from the address book of contact list & send them an invitation as a sms or e-mail.
How can i do that??
Is there any good tutorial for this to implement?
0
votes
0answers
88 views
Hotmail API - Reading contacts' email addresses
I'm trying to get a user's hotmail contacts' email addresses in order to give the user the ability to send invites and find contacts who are already registered on a site.
The Live SDK provides an API ...
0
votes
1answer
164 views
ABPeoplePickerView Warning NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8
Using Mac OS 10.8.3 and xCode 4.6.1 and using ABPeoplePickerView with a very simple Cocoa App with XIB using ABPeoplePickerView results in an run time warning coming from ABPeoplePickerView:
...
0
votes
2answers
31 views
fetching only Character of email from address book
i have used following code for getting for getting information from address book
ABRecordRef ref = CFArrayGetValueAtIndex(allPeopleName, i );
NSString* personName = (__bridge_transfer ...
0
votes
1answer
20 views
fetching number from addressbook issue
i am using following code for this purpose
ABMultiValueRef phones = (ABMultiValueRef)ABRecordCopyValue(ref, kABPersonPhoneProperty);
NSString* mobile=@"";
NSString* mobileLabel;
...
0
votes
1answer
96 views
Getting EXE_BAD_ACCESS on ABAddressBookSave
I am using below code to remove the contact from my addressbook. (on iOS 5.0). But its giving me EXE_BAD_ACCESS every time on ABAddressBookSave(addressBook, NULL);. I have selected NSZombieEnalbeld ...
0
votes
2answers
89 views
App crashes when adding contacts to group
I have an array of contacts, when I am trying to add a contact into a group, its crash my application. Here is my code :
for (int i = 0; i < [contactArray count]; i++)
{
ABRecordRef newPerson ...
2
votes
2answers
152 views
Random crash on ABAddressBookSave
I am having a problem solving a random crash: It some times crashes/ sometimes not. According to EXC_BAD_ACCESS when executing ABAddressBookSave !, I should take multivalueref for proper values,
...
0
votes
0answers
161 views
import contacts from addressbook in iOS 6 using the access permission
I want to import the contacts from address book and all the contacts to be displayed on table view. To display all the contacts in table view I am using the following code.
ABAddressBookRef ...
0
votes
1answer
74 views
Unable to add contacts into specific group in iphone using ABGroupAddMember
I am trying to add selected contacts into specific group but contacts cant added in group.
I want to create new group and add contacts into that group. but after creating group in that group unable to ...
2
votes
1answer
175 views
ABPersonCopyImageDataWithFormat deletes contacts image
I have this code to store all contacts image in dictionary. But, in some cases when it is interrupted, the image for contacts just disappear.
dispatch_async(dispatch_get_main_queue(), ^{
...
0
votes
1answer
216 views
How can I get the address book permission popup to display on top?
I am coaching a team of 7th and 8th graders working on developing a small app that displays selections from the address book in a large format. You can check out their general project at ...
0
votes
0answers
120 views
Application crashes while importing the addressbook to the sqlite database in iphone 5
I am new to the iphone development .Currently i am working on an application which import the contacts from iphone contacts to the application and storing this to the sqlite database . Bu the ...
0
votes
3answers
287 views
JAVA: How to sort strings read from file and output to console in alphabetical order?
I'm looking to sort the contacts read from a file in alphabetical order by last name to the console? How would I go about doing so? The contacts are already written to file starting with the last ...
0
votes
1answer
69 views
How to retrieve 10-10 contacts from address book
I want to implement for getting or loading 10 contacts at a time from address book.Any possibility to retrieve all contacts from address book but display them 10-10 contacts at a time.I am ...
0
votes
1answer
105 views
ABPersonViewController without access to the addressbook
I am implementing an application in which the user should be able to import a contact from the address book or to provide a contact themselves.
I implemented everything using ...
4
votes
0answers
77 views
ABAddressBookGetGroupCount does not give proper count
I need to return all the contacts of particular groups. So have been trying to do some sample code which extracts all contacts. To start with needed to find all the groups in phonebook. When I opened ...
0
votes
1answer
352 views
Displaying addresses in SQLite database as pinpoints in Google Maps in android
I currently am working on developing an android app. I have an SQLite database set up in the app and Google Maps as well (i.e. its displaying the map when the user wants to see it).
My problem is ...
0
votes
1answer
147 views
iOS 6 Add Group to Contacts App
I want to provide a group in the native Contacts app but all of the group queries do not work. I can successfully add contacts to the address book but I want to create my own separate group for my ...
-1
votes
2answers
82 views
How does whats app login work on iphone..? [closed]
I am just curious and wanted to know how does what's app show list of all friends..? I mean once you login into the app with your phone number does it get all the contacts phone number from Address ...







