0
votes
0answers
52 views

Trigger the native contacts ui in phonegap [ios]

I've been looking through the documentation for the Contacts API and there are ways to retrieve and save contacts to display them on your own UI. But is there any way to trigger the native contacts ...
0
votes
1answer
47 views

Clicking on cancel button not returning to my ios app

Can anyone please help me out ,iam fetching contacts from gmail using Oauthx to my ios app. After entering the credentials to gmail iam getting all the contacts till here its fine , but for ...
0
votes
1answer
20 views

iCloud ios mail contacts

I want to develop an iOS App, which can access my iCloud mail contacts. Can I do that, does Apple allow such coding? Or are there some private APIs maybe? Thanks in advance
0
votes
1answer
62 views

How to retrieve users by PhoneNumber in Quickblox in iOS? [closed]

I am involved in a chat application and I have to retrieve users from QuickBlox by phone number in iOS Can anyone help me out Please, Your help would be Highly Appreciated.
1
vote
3answers
127 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.). ...
0
votes
0answers
27 views

Issue in adding the contacts in iOS

I am building an App using Titanium Appcelerator in which I am creating contacts. The strange thing is that , the contact is created successfully in simulator. But when I try the same code in iPhone ...
3
votes
1answer
161 views

Crash while fetching the contacts from the address book database for the iOS version 6.1.3?

I have developed the application to fetch the contacts from the address book database. For this the implemented code is code fine for the iOS version 6.0, but it crashes on iOS 6.1.3. The code which ...
0
votes
1answer
192 views

iOS - add contact into Contacts?

Heyo! Is there a way how when a user taps a button it can add or update a contact into the actual Apple Contacts Book? Some festivals have email responses include a "name card" that the receiver can ...
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
115 views

iPhone - interfere with Bluetooth contacts sync (PBAP)

I'm trying to add another value for each contact when the iPhone is connected to Car Kit (using Bluetooth PBAP). So - for example, in my case I have 2 contacts on my device: "John Smith" and "Barry ...
0
votes
0answers
23 views

Merge Two ABRecordRef contacts

How can I merge two ABRecordRef records? I mean I want to get all properties from one record and save it to the other record and delete the first one.
1
vote
1answer
34 views

How can I determine in which region a New Zealand city/town/postalcode is located? [closed]

I have an app which lists a lot of postal addresses from user-generated data. Where applicable, addresses will be grouped by state, province, or region. New Zealand postal addresses contain a city ...
0
votes
1answer
251 views

iOS - How to have UITableView with edit mode exactly like Contacts App?

I am building an app that will have it's own list of 'contacts'. It will not be connected to the device's actual contacts app. However, I want to basically imitate the Contacts app 100%. That is, ...
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
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 ...
0
votes
1answer
67 views

Read contacts with pictures on IOS?

Hey friends currently i am working with backup and restore app in IOS every things works fine, i can read contacts, but i got stuck in reading contacts with picture, any answers related are ...
0
votes
1answer
73 views

Titanium - know if a contact have my app installed

I use Chat ACS Titanium http://cloud.appcelerator.com/docs/api/v1/chats/create in my app. I've need to know if there are people of my contacts book that have my app installed (like whatsapp o viber). ...
1
vote
1answer
109 views

Restrict iCloud contact/calendar sync

I am working on an application in which we have provided option for remote contact, calendar, etc wiping. The functionality is working fine until we had discovered about iCloud. Now when we send wipe ...
0
votes
0answers
80 views

Contacts content provider or hide contacts in the AB?

I am developing an iOS app that has its own AB, depending on the user's choice I would like iPhone to use its contact information, however I do not want these contacts to be visible in the iPhone AB ...
0
votes
0answers
50 views

iOS - retrieve phone number from contact list; when no number is available, the app crashes

I import a phone number to my app but when I tap a contact without phone number, my app is crashing. my code: if (ABMultiValueGetCount(phoneNumbers) > 0) { phone = (__bridge_transfer ...
0
votes
1answer
82 views

Sorting the contact name based on the company identifier in ios programmatiically

I want to display the contact name along with the company identifier.Suppose first name is john and company is ABC the contact should be displayed as john ABC. is it possible using addressbook o ...
1
vote
1answer
76 views

Is it possible to know the last call date to specific contact in iphone by programatically?

Is it possible to know the last call date to specific contact in iphone by programatically? Thanks in advance..
0
votes
0answers
84 views

IOS app only displaying contacts from address book, which dont contain both first and last name.. Solutions please

Our ios app is only displaying contacts from the address book that contain both first and last name. For example, if I have a friend "John" his contact will not be imported. How can you display ...
0
votes
1answer
157 views

How to insert Multiple contacts into ABAddressbook?

I need to insert 25000 contacts to iPhone contacts as far as I coded it works fine on simulator and this can be achieved in few minutes. But when I import this on a iPhone 4s it takes more than 3 ...
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 ...
2
votes
0answers
66 views

Check if contact is from facebook iOS 6.0

Is it possible to check if a contact(ABRecordRef) is added to the addressbook via the new facebook integration or not? I want to filter away the facebook contacts, since I cant seem to add or edit ...
0
votes
1answer
321 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
0answers
38 views

Is it possible to simulate contacts other than local contacts in IOS simulator

I'm trying to create a app which will access contacts from all different types of contact sources. However I haven't found any good way to simulate contacts other than the local source. I.e. I want to ...
1
vote
2answers
107 views

Titanium application crashes when mail composer is displayed after selecting the email property in contact details window

I'm working on an Titanium application which displays the contacts in iPhone. When user selects the email property of the user, I'm displaying the email composer window. But my application is ...
1
vote
3answers
194 views

Get contact details to titanium from native iOS contact app

I'm new to Titanium. Currently I'm working on a project in this the user needs to use the contact details from iOS contacts App. My app.js looks like this Window = ...
1
vote
1answer
166 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 ...
0
votes
0answers
60 views

I want to add contacts to a Yahoo group in an iOS app

I have an iOS app which includes management of address book contacts and groups. I can successfully add contacts to groups; however, if the group is a Yahoo group, I would like to filter the ...
0
votes
0answers
34 views

IOS6 AddressBook change access grant runtime Issue [duplicate]

Possible Duplicate: App crashed in iOS 6 when user changes Contacts access permissions When I debug an AddressBook App (IOS 6) in iPad with Xcode , and 1) press Home button to bring the App ...
0
votes
2answers
159 views

Why does ABGroupAddMember fail? It returns NO and does not set the CFErrorRef value

I need to prevent display of contact groups within our app however it is intrusive to the user to simply remove Groups from the AddressBook. So I'm attempting to remove them before display contacts, ...
1
vote
0answers
128 views

In iOS, what's the fastest way to load a sorted list of contacts?

When implementing a view similar to an ABPeoplePickerNavigationController, I'm not able to sort the list very quickly. The native contacts app loads the list instantly. I'm dealing with 4000+ ...
0
votes
0answers
136 views

iOS ABPeoplePickerNavigationController contacts display obscured by Groups?

My app displays contacts via the ABPeoplePickerNavigationController class. I discovered an anomaly where if I have created groups on my Mac and synced to the iPhone, and the iOS Contacts app is ...
0
votes
0answers
101 views

Listen to changes of iPhone Contacts in PhoneGap

I am writing a PhoneGap iPhone app which should interact with iPhone Contacts. PhoneGap does not provide a way to listen to changes made on device Contacts, does it? Is there any plug-in that I can ...
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 ...
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
807 views

How to tell ABPeoplePickerNavigationController to list only contacts that have an email address?

I want my users to fill an email field by selecting a contact's email from their address books. I don't want them to scroll all the contacts whose emails are not set, so I want to filter the ones that ...
0
votes
0answers
177 views

App works on simulator but not on ipod touch

I have developed an app, which imports contacts into Addressbook. The app works great on simulator, but when i tested on my ipod touch, it does not work correctly. It does not crash, but instead it ...
1
vote
1answer
683 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
99 views

Multithreaded Contact sync

I am trying to speed up syncing contacts all the contacts on the device to my app. At the moment its blocking the main thread when syncing the contacts. I added the individual contact setup in an ...
0
votes
2answers
279 views

How to access contacts only with email address in address book?

I am accessing all of the users contacts and emailing them through the app. I can access all of the contacts fine, if they have an email address. If they don't have an email address, then it gives ...
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 ...
0
votes
1answer
83 views

cocoa - get iphone address group

Is there any way to get the group of a contact in the address book? I can get all the info about a contact, but I can't find out how to get the group.
-4
votes
1answer
107 views

Cocoa - Get all information of Adress Book

Is there any simple way to get all the information of all contacts on my adress book, in a dictionary? Tks!
2
votes
1answer
582 views

iOS Simulator Quits

All of the sudden I cannot run the iOS Simulator properly. The built-in apps no longer work (Contacts, Safari, etc.). I can however build and install my own app. I attempted to access the contacts ...
0
votes
1answer
128 views

Trying to replicate the Contact app's load thumbnail image animation

In the Contacts app, when you choose an image for a contact, the thumbnail image is loaded into position with a cool animation. It happens right when the imagepicker dismisses. If I had to guess, ...

1 2