addressbook Questions
9
Solved
When click on any contacts in address book (inside my app) it's crashing on iOS 10 beta and working fine on iOS 9 versions;
This is the crash log
*** Terminating app due to uncaught exception 'CN...
Peonir asked 12/7, 2016 at 10:21
4
I'm currently building a site where, with one touch, you should be able to add a contact to your IPhone/Android Address book. The website is currently HTML5, but Javascript and/or PhP options could...
Blisse asked 29/12, 2011 at 15:43
17
Solved
How to find Duplicate Elements in Array? I have array of phone numbers so in the phone numbers i should start searching from the right side to the left side and find similar 6 integers. then i shou...
Extractor asked 19/4, 2015 at 8:32
1
The Apple documentation suggests using CNPostalAddressFormatter to display addresses as a formatted string, which helps immensely with internationalization.
This code:
let postalString = CNPostal...
Circumscissile asked 9/12, 2018 at 22:33
4
Solved
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 ...
Tours asked 15/6, 2011 at 0:9
5
Solved
So I'm stumped on this one.
In Mac OS X there is an easy way to get the "Me" card (the owner of the Mac/account) from the built-in address book API.
Has anyone found a way to find out which con...
Angry asked 7/5, 2009 at 18:13
10
Solved
Trying to get formatted address from AddressDictionary, that I got from CLGeocoder.
Used following code with no result:
subtitle = [NSString stringWithString:[[addressDict objectForKey:@"Formatted...
Vermin asked 21/10, 2011 at 10:42
11
Solved
I am attempting to retrieve the names and phone number(s) of all contacts and put them into arrays with Swift in iOS. I have made it this far:
func findContacts() -> [CNContact] {
marrContact...
Wednesday asked 31/3, 2016 at 20:38
2
We are trying to build address validator and was wondering if storing the data can become obsolete or will be a maintenance task.
Adding a API would rather be long lasting. There are not many...
Hadron asked 11/5, 2020 at 7:51
5
Solved
In the desktop Mac world, if I were to click on a link in a web page which linked to a VCF file, this file would be opened in the Address Book application. In the iPhone world, however, doing that ...
Olaolaf asked 20/11, 2009 at 23:32
5
Solved
I'm new to swift and methods I am finding are deprecated regarding my issue. I'm building a directory app and I'm pulling contact data from an API, not from the phone's address book.
In iOS, if yo...
Fishbowl asked 12/7, 2016 at 17:31
7
I have an app that is selecting a person from their contacts list and takes their First name, last name and email. It then saves the first name to a nsmutablearray and puts it into a uitableview ce...
Frisco asked 9/6, 2013 at 1:47
4
I know that NSString and CFString are toll-bridge, they can convert in such a way.
CFStringRef cfStr;
NSString* anStr=(NSString*)cfStr;
however,when I convert string in such a case when dealing ...
Silverfish asked 3/4, 2010 at 10:32
2
Solved
I would like to develop a "Add to contacts" button for a webpage, much like the "add to calendar - Google, ICal, Outlook" type buttons that you see on webinar and event pages like this one.
I star...
Caponize asked 30/10, 2018 at 16:42
3
Selecting a contact from contact picker crashes the app in iOS10.0. Contacts picker is shown using ABPeoplePickerNavigationController like this:
let contactsPicker = ABPeoplePickerNavigationContr...
Varistor asked 23/9, 2016 at 0:38
1
Solved
i want to get the all contacts list of phone with their name as well as phone numbers in swift 3.0 and xcode 8.0.
below is the code
func get_all_user_contacts()
{
let status = CNContactStore.aut...
Micromillimeter asked 29/3, 2017 at 14:26
3
Solved
I have added the ABPeoplePickerNavigationController into my first view controller. I want that when I select a contact show the info to show in other view controller, but I'm trying use my code and...
Astrophysics asked 9/8, 2014 at 12:7
2
Solved
How can I apply a ringtone to only the selected contact?
I have found a way to set the default ringtone that applies to all contacts, but that is not my goal.
I want an application to have a but...
Thisbe asked 13/3, 2010 at 9:57
9
Solved
What would be the best way to create a circularly linked list in C#. Should I derive it from the LinkedList< T> collection? I'm planning on creating a simple address book using this Linked List ...
Alb asked 4/4, 2009 at 1:18
3
This code worked OK on iOS 5.1 and also does work in the iPhone simulator with iOS 6. It fails silently on my iPhone 4 running iOS 6. The end result is that I cannot add a person to the Contacts ap...
Stanstance asked 24/9, 2012 at 18:31
1
Solved
I want to access the Recent Call list in My Swift app and matched the number that I have in My Code.
How can I do that?
Pravit asked 4/1, 2016 at 12:40
4
I am developing an app using XCode 4.2 and I am trying to create an ABPerson using initWithVCardRepresentation and/or ABPersonCreatePeopleInSourceWithVCardRepresentation , but I can t find a workin...
Broca asked 12/1, 2012 at 15:42
2
Solved
I have an app that uses the iPhone's contacts. With iOS 6, the user will be prompted for Contact access on the first try. At this point, the user can hit 'Allow' or 'Don't Allow'. The problem is wh...
Keg asked 20/9, 2012 at 23:57
3
Solved
I would like to add the ability to save a contact (phone number, name, address and email) in the iOS address book by clicking on a button in my application! How can I do this?
Jemmy asked 26/7, 2010 at 10:40
4
Solved
I want to create an array of ABRecordRef(s) to store contacts which have a valid birthday field.
NSMutableArray* bContacts = [[NSMutableArray alloc] init];
ABAddressBookRef addressBook = ABAddr...
Saba asked 20/5, 2011 at 11:28
1 Next >
© 2022 - 2024 — McMap. All rights reserved.