1
vote
3answers
122 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.). ...
2
votes
2answers
150 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
152 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 ...
2
votes
0answers
72 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
78 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
81 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
0answers
245 views

Address Book: custom phone number labels when Exchange set up

I have an app with partial copying of native Contacts app functionality. Then, I meet such bug: on some devices, I create new contact, add phone number with kABPersonPhoneIPhoneLabel, save it and read ...
2
votes
2answers
234 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
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 ...
1
vote
1answer
252 views

Applescript: Use user inputs to get contact email from Address Book and add to Mail message

I would like to know what script I can use to add an email address of a person in Contacts to Mac Mail? This is what I have thus far, it asks for various inputs and then uses these to compile a ...
1
vote
0answers
127 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+ ...
1
vote
3answers
241 views

AddressBook kABPersonEmailProperty returns nil for some contacts

I am using the following code to retrieve the email addresses of persons picked by the user ABMultiValueRef emailMultiValue = ABRecordCopyValue(person, kABPersonEmailProperty); NSArray ...
1
vote
1answer
773 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
78 views

Fetch list of visible contacts in native addressbook

I want to get the list of contacts those are visible in the native I-Phone application. For example, If there are contacts from Facebook and G-mail only groups are visible then i want the same ...
0
votes
2answers
276 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
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.
2
votes
1answer
132 views

contact list shows empty list in wp7

when I test my app in emulator the contact list comes out. But when I test in device contact list does not show. I am using HTC radar. Here is my code snippet : AddressChooserTask addressTask; ...
1
vote
0answers
268 views

Separate group for contacts synced via CardDAV server in iOS address book

I'm working on a CardDAV server (based on SabreDAV) that will be used to synchronize contacts from only one group. I successfully added my CardDAV account to the iOS settings. My CardDAV server adds ...
1
vote
0answers
74 views

Trying to read Windows 7 Contacts doesn't work

I based my code on http://msdn.microsoft.com/en-us/library/ms735866.aspx which is quite bugged, after some adaptation of function CreateNewContact() I tried the following. I don't have errors anymore ...
0
votes
1answer
304 views

How to add contacts from your application and save it in the addressbook? [duplicate]

Possible Duplicate: How do you add contacts to the iPhone Address book with monotouch? I have searched, and havnt find any tutorials about how to save contacts from your application in ...
1
vote
1answer
207 views

Can you retrieve a list of contact groups using the Windows Phone 7 SDK?

Using the Windows Phone 7.1 SDK is it possible to retrieve a list of contact groups that a user has setup? I can retrieve all contacts, or search by name, email address etc, but can't see a way to ...
2
votes
0answers
214 views

open source implementation for contacts UI of ios sdk?

I am looking for open source UI implementation like the native contacts app have in iPhone. Like adding and editing contacts for our own app instead of using AddressbookUI. If someone knows let me ...
0
votes
1answer
191 views

Replace stock address book in Android

I'm developing a Contacts Manager for Android and my goal is to replace the standard one. I have been looking for the appropriate intent without success. Is there an Intent for it? Or Google doesn't ...
0
votes
1answer
103 views

Select numbers to send text to from Address Book, like in Messages?

I'm making an app where I'd like to be able to select numbers, one at a time, from my contacts list to be stored in my app. I'd like to do this in a fashion similar to the Messages app. Edited for ...
1
vote
1answer
3k views

How can i add/edit/delete group of contacts in iphone contacts from app?

I want to add/edit and deleted the contacts in iphone contacts from my iphone app. And also allow the user to add group of contacts to iphone contacts from my app. It is possible to add multiple ...
0
votes
1answer
151 views

It is possible to add more contact numbers for a single persion from app in iphone?

It is possible to add multiple contact numbers to a single person from iPhone app. And how can i retrieve the group contacts from iPhone address book. Any sample code/tutorial available for this? ...
1
vote
0answers
340 views

Birthdays in iOS address book (contacts) with New Zealand timezone

I have this weird issue with birthday dates retrieved from the address book when the timezone is set to new zealand. When I format the date using a NSDateFormatter it shows the wrong date (always ...
0
votes
2answers
328 views

How to Show Contact is Selected in ios

I am working on an Address book and now i want to Show that the contact i have select in Addressbook it should appear in blue color ... AS LIKE IN IPHONE WE CAN SEE ... For that i have done this ...
0
votes
1answer
239 views

How do I read iPhone Exchange Account Name from Xcode?

I want to be able to read the names of the exchange accounts. ABSource objects only have 2 properties from what i could tell.One of them is an integer specifying the type of source(ex: 0 for local ...
2
votes
1answer
153 views

How to check if Windows Address Book or Windows Contacts is installed

Does anybody know where in registry I can check and see if either of these applications are installed on the machine: Windows address book Windows Contacts
2
votes
2answers
2k views

iPhone AddressBook external callback notification?

In viewDidLoad, I have subscribed to notifications to get external callback notifications. I dont know why I am not getting notifications in my app if i have changed anything in my iphone contacts. I ...
0
votes
1answer
99 views

need method to compare given name string with names in address book

is there any method to compare given string with names in address book of android like using ContactsContract?
2
votes
1answer
279 views

Calling a contact from the Address Book

I want to call programmatically a phone number that contains a # at the end of the number. Since Apple doesn't accept this , I thought that a way would be to add a contact in the adress book and use ...
0
votes
1answer
415 views

iphonesdk contact listing indexing problem

i want to index my contact with alphabets but i am not getting the correct result, suppose if i click a, b or c in each section it showing all of the contacts ? how can i make sure that contact name ...
2
votes
1answer
2k views

Getting favourites contacts in Android

I am trying to get all contacts in the favourites list of the Android contacts. Currently, I can get all the group ids including the favourite group ID. But it seems that there is no contacts that ...
2
votes
1answer
368 views

Blackberry PIM why is contact creation so slow?

The following code, which i took from the blackberry forum, takes almost 26 minutes to create 2000 random contacts using the BB PIM API on an 8500 series set. Does anyone have any idea why it takes ...
0
votes
0answers
82 views

Adding contacts one by one in BlackBerry Address Book taking huge time

Adding contacts one by one in BlackBerry address book is taking huge time. Is there a way to add contacts in bulk in the address book ?? Thanks
0
votes
1answer
782 views

How to access blue iPhone contacts icon

Does anyone know how to make use of the little contacts icon that appears at the right side of the search bar in the Google Maps application? I mean the little blue one which you tap when you want to ...
0
votes
2answers
427 views

Java Address Book - Next Steps

I have been asked to create a GUI Address Book. I have created the several different GUI's for each screen, for example, Main Method in one class, Main Menu class, Add New Contact class (consisting of ...
1
vote
1answer
316 views

How to analyze iphone address book such “Skebby” or “Viber”

Does anybody knows how it's possible to perform an analysis on the iphone address book such as "Skebby" or "Viber" apps??? just to notify the user the contacts that are using the app.
3
votes
2answers
3k views

iPhone Address Book: How to get a list of only contacts with phone numbers?

I'd like to get a list of all ABContacts that have a phone number and only those contacts. Any contacts with just an email I do not want to show. Android has a field called HAS_PHNONE_NUMBER you can ...
0
votes
1answer
126 views

iphone version of Android contacts attributes?

I'm looking for a way to query contacts in my iPhone app based on a few things. First I only want contacts that have a phonenumber. Second, id like to sort the contacts in order of the number of times ...
4
votes
2answers
1k views

need help : google, yahoo, hotmail contacts api

i want to import addressbook contacts from Gmail, Windows Live, and Yahoo just like Facebook. In facebook, when i click on Windows live importer, a popup comes with a login page of Windows live. how ...
2
votes
1answer
2k views

Sizes For iPhone AddressBook Pictures?

I would like to programmatically generate contact pictures - something like what Gravatar does, although not exactly. Are there size requirements on the generated images such that the contact picture ...
0
votes
0answers
1k views

open contacts app form iPhone application

I would like to open contacts app form iPhone application, I have found reference to open the same using the following ABNewPersonViewController or ABUnknownPersonViewController but this is not in ...
1
vote
2answers
3k views

How to create a contact in the “local” addressbook?

I am wanting to create a contact programmatically into the "local" addressbook (so that it doesn't try to synch, which causes some compatibility issues with Exchange). If a local addressbook already ...
1
vote
1answer
384 views

Default addressbook before iOS4?

A couple of questions I really hope someone may have the answer to, as I have been pulling my hair out with a related problem and I am REALLY hoping the current solution I have in mind will nail it... ...
0
votes
2answers
803 views

Does AddressBook.sqlitedb on iphone maintain a timestap column to determine which contact records have been added or modified at what time?

Is there a way to determine which contact records has been modified or added to AddressBook.sqlitedb on IPhone. I mean I want my application to read the AddressBook.sqlitedb and determine which ...
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 ...
0
votes
1answer
292 views

Getting notifications on changes to the iPhone Address book

In my iPhone app, I have a collection of contacts from the iPhone address book, whose ABRecordIDs are stored via Core Data. I want to keep track of any changes made to them in and out of my app. ...

1 2