Tagged Questions
0
votes
0answers
12 views
Create custom message for Contact Access? [duplicate]
I'm trying to create a custom message for when the user enabled contacts. The default message is something like "[YouApp] wants permission to access your contacts". I haven't found anything on how to ...
2
votes
2answers
235 views
Get list of Address Book Contacts and Import into iPhone and iPhone simulator
I am building an app that uses the iPhone AddressBook extensively. I unfortunately only have a few contacts loaded on my device and even less in my iPhone simulator and Mac. Does anyone know any ...
0
votes
1answer
317 views
How to take permission of contact access in iOS5? [duplicate]
Possible Duplicate:
Ask permission for access contacts in iOS 5
I am making an application which is compatible with iOS5 and it I want to take permission before to access the user contact ...
1
vote
1answer
165 views
Pop up ABAddressBook modal with only contacts with email
I'm trying to show a modal of an ABAddressBook with only contacts that have an email registered. How do I achieve this?
I tried this code:
- (IBAction)getContact {
// creating the picker
...
-1
votes
1answer
58 views
view contact info on the iPhone [closed]
Hi I want to create a button that, when pressed, will view a phone number on the iPhone. I don't know if this is possible, but if it is I'd love for someone to help me with this.
I dont have any code ...
0
votes
0answers
64 views
Is there any library or parser available for imported gmail contacts for ios app
I have successfully imported gmail contacts to iphone app. Now, my issue is, The output looks quite complicated to me to parse. Is there any available XML parser that I can use? or the only way to ...
0
votes
0answers
77 views
Why is my street adress not displaying from contacts?
Why cant I extract the street address from my contacts in my app. I can get the phone number and name, im stuck on the adress part.
street adress text box = street
//Button action for address ...
1
vote
1answer
211 views
Sync Contacts disabling facebook contacts in ios 6
I have a problem.
I'm making an app in ios 6 that get contacts from my address book but if i have enabled the contacts option with facebook get all my contacts from my address book and from facebook ...
30
votes
5answers
16k views
Programmatically Request Access to Contacts in iOS 6
Since updating to iOS 6 I've noticed that my code to add a contact to iPhone's address book no longer works. I believe this is a permission related problem, since Apple now requires user permission ...
1
vote
1answer
680 views
Programmatically edit iOS contacts [closed]
I want to edit all the phone numbers from contacts, but I want to do it programmatically. I was reading about phonegap and Objective-C, but I did not find a clear way to do that. Please somebody tell ...
0
votes
1answer
309 views
Get Multiple Addresses From Contacts? (ABRecordRef)
I am struggling to get the address of a single selected individual from my contacts.
I am using ABPeoplePickerNavigationController and this delegate method to get data like emails and names upon ...
0
votes
1answer
72 views
Adding a large number of contacts to the iPhones contact list
I am developing 1 iPhone contact related application .
To check the overhead I have to add a large number of contacts.
Is there any way to do that without manually entering data
0
votes
1answer
120 views
Getting subarray of Address Book
I'm trying to get just the first 100 of contacts from the Address Book.
What I've done is getting all the contacts and then tried to get only the first 100. For some reason that doesn't work (code ...
1
vote
2answers
274 views
ABMultiValueRef nil value checking
I am trying to get the home email property of a contact. It works fine, but I'm not sure if I check whether or not I correctly check if the home email property is nil.
//Since there are multiple ...
1
vote
3answers
519 views
ABRecordCopyValue() EXC_BAD_ACCESS Error
In my app, I have to retrieve certain properties of the users contacts. For example, I need to retrieve a contact's first name, last name, middle name, nickname, organization, job title, department, ...
4
votes
1answer
210 views
Now that Sync Services are becoming obsolete, what's a reliable alternative to syncing the contacts on OSX?
Sync Services are no longer being updated since OSX Lion. Maybe soon they won't be around any more. What are the alternatives to be used now in order to sync contacts?
edit - more clarification: The ...
2
votes
1answer
107 views
Get Address and Phone Numbers from Contact?
In my app I need to get a bunch of contact details, I can successfully get things like first and last name like so:
NSString *firstName = (__bridge NSString *)ABRecordCopyValue(person, ...
-1
votes
1answer
928 views
How to access the phone contact list and display it in tableview?
such as the Table cell having:
Contact image
Contact name.
i found that we have to use framework :
AddressBook.framework
AddressBookUI.framework
Can any one help me how can i achieve this??
...
1
vote
2answers
154 views
Add Contact TextField how To
i have a short question, how would i implement a "add contact" like TextView to my app like its in the Message app of the iPhone
0
votes
1answer
249 views
Avoid adding duplicate entry in iPhone contacts
After adding an entry in iPhone contacts successfully, now I want to restrict the application to add the same entry again. (As it makes another entry in iPhone Contacts with same data).
Any simple ...
2
votes
2answers
5k views
Get all E-Mail addresses from contacts (iOS)
I know it is possible to pull up a contact and see information based on one contact. But is there any way to get all the emails from the contacts you have entered email addresses for and then store ...
1
vote
3answers
560 views
How to invoke call event in my Iphone application?
here is the scenario:
I have fetched the iphone contact details into my application.And i have displayed email,phone details my View controller.
Now,I want to know how to invoke call event which i ...
1
vote
2answers
5k views
How to get iPhone contacts in iPhone application
I want to get all the iPhone contacts in my iphone application.Is it possible?If so how?Anybody please help me.
4
votes
2answers
1k views
UITableViewCell edit mode like contacts app
I'm currently working on an app where a user has to edit his/her profile. I would like to use the edit mode like in the contacts app. (Labels become Textfields)
Is there an easy way to achieve this? ...
5
votes
1answer
511 views
Programmaticly change linked contacts array in ABAddressBook, ABPersonCopyArrayOfAllLinkedPeople
Can one programmatically add/remove the contacts inside the CFArray returned by ABPersonCopyArrayOfAllLinkedPeople, thus, effectively, linking and un-linking different records of contacts from various ...
0
votes
1answer
984 views
How to add information to a contact already existing in iPhone
How to add information to a contact already existing in iPhone?
I have worked with such information, but I have not figured out how to add information to existing contacts.
...
2
votes
2answers
496 views
Puzzling memory leak when adding image to a contact on IOS
I currently have a leak on this line in instruments, I leak a few hundred K each time this is called-
NSData *dataRef = UIImagePNGRepresentation([UIImage imageNamed:@"Icon.png"]);
...
5
votes
1answer
2k views
TableView like the Contacts app in the iPhone
Hey! I'm working on a contacts app. And I want to have the same type of Tableview with the add button. So when the user adds a new contact it will open a new view which will have the standard buttons ...
2
votes
5answers
161 views
TableView adding the same functions to every view
Hey! I was wondering how I can make the tableview add the same functions (buttons, text fields etc.) to the view it adds.
This is how I was thinking.
I want it to work kinda like the contacts app.
...
1
vote
1answer
1k views
Add image contact in address book
how can i use kABPersonImageFormatThumbnail or something else to set an image to a contact in address book???
I want use a /resources file.
Now i use
ABMultiValueAddValueAndLabel(multiPhone, ...
-1
votes
1answer
336 views
Objective C importing contact from email
I want to import contact list from email.
Giving Email Id and Password in Objective C (iPhone Application).
11
votes
2answers
2k 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 ...
1
vote
1answer
1k views
How to add the email address to the iPhone Contacts?
I want to ask a question about the iPhone Contacts and objective-C. I want to create a contacts in my program and add to the iPhone. I write the following code, the first name, last name and phone ...
3
votes
3answers
3k views
How to retrieve mobile numbers from iPhone Contacts.
I use the following code to set the retrieve the phone number in my app.
CFStringRef addressBookMobile;
ABRecordRef person;
NSString *mobile;
person = CFArrayGetValueAtIndex(people, i);
...
0
votes
1answer
141 views
Memory of the Contacts on iPhone?
I want to ask a question about the Contacts on objective C. I am writing a program which will add the people to the iPhone build-in Contacts by ABPerson. However, I don't know I can add how many users ...
0
votes
2answers
386 views
iPhone iOS4 - how to work with address book and calendar?
I need to know how I can access my calendar and contacts from my iPhone from my own App? Is it possible?
I need it because I created a stats App and need to know how many contacts and calenders posts ...
0
votes
1answer
267 views
ABContact setImage, thumbnail problem?
I have setup addressbook contact's images using a code,
it works well and the image is there when I browse the Addressbook,
But when a call comes, it only shows a thumbnail? I want to show the full ...
7
votes
4answers
11k 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 ...


