abaddressbook Questions
3
Solved
I'm currently trying to implement a UITableView with a delegate and data source that replicates, as closely as possible, the functionality found the ABAddressBookUI framework's ABPeoplePickerNaviga...
Naraka asked 1/7, 2010 at 20:9
4
Solved
My iOS app currently has a deployment target of iOS 7 (although my scheme runs the iOS 9.2 simulator), and links with the AddressBook, AddressBookUI, and CoreLocation frameworks. I have a suite of ...
Vickery asked 5/5, 2016 at 0:33
3
Solved
My question concerns markup that surrounds some of the default phone number labels in the Person entries of the Contact list on the iPhone.
I have created an iPhone contact list address book entr...
Putsch asked 8/3, 2010 at 21:41
3
Solved
In iOS 5 and above, Apple introduced the ABPersonCreatePeopleInSourceWithVCardRepresentation method, which is pretty useful in feeding a vCard to the Address Book and getting back the ABRecordRefs ...
Jenellejenesia asked 17/12, 2012 at 11:21
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
4
Solved
I want to add a contact (just the name and phone number) programatically in Swift. I've found some Objective-C examples but I didn't get them to work, not even in Objective-C. I don't want this to ...
Mickens asked 26/6, 2014 at 11:20
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
4
Solved
Original Question (see solution below):
I am trying to use the AddressBook.framework in my Swift App, but can't figure out how to implement the ABAddressBookRegisterExternalChangeCallback function...
Flume asked 17/8, 2014 at 5:31
9
I am trying to write a simple method to ask a user for access to their address book and then print out the name of each person in the address book. I've seen a number of tutorials explaining how to...
Monofilament asked 15/7, 2014 at 7:46
2
Solved
I use below code to access contacts in my iOS application. It was working fine in iOS<10 but with Xcode 8 and iOS 10 it crashes:
- (void)btcContacts_tap {
ABAddressBookRef addressBook = ABAddr...
Zebapda asked 9/7, 2016 at 14:34
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
13
Solved
I want to get a list of all contacts of an iPhone.
I checked Address Book reference, I may missed something but I didn't see it provides a method to get a list of contacts.
Exhilarative asked 19/9, 2010 at 23:6
1
Solved
In the previous version of Swift, I was able to get the date a contact was created in the phone using the kABPersonCreationDateProperty which came from the AddressBook framework.
Now that Apple h...
Skink asked 25/9, 2015 at 16:27
1
I am migrating an application from the deprecated Address Book Framework to the new Contacts Framework. The application utilizes ABAddressBookRegisterExternalChangeCallback to be notified when anot...
Biography asked 22/3, 2016 at 9:49
5
Solved
Square's new card case iOS app has a "Create Account" feature. Tap it and it shows a form PREPOPULATED with the user's entry from the Address book.
How is this possible? Anyone know? I thought thi...
Rump asked 3/11, 2011 at 19:46
4
Solved
So I have a method to get all the contact phone numbers from the address book on the iPhone, but is there a way to get the phone number label? For example you can do this:
And I'd be looking to m...
Lardy asked 20/3, 2011 at 15:30
2
Solved
I'm creating an application that will save a contact to the address book, but when I use ABAddressBookCreate to my code, it appear as a warning. I'm coding in iOS 7.
My question is, what is the su...
Fullback asked 2/4, 2014 at 2:52
3
Solved
Is there any way to shorten this time?
I'm running with the cursor and takes the name, phone numbers and emails
if I remove the phone numbers query from the query loop it ends in 3 seconds
any i...
Wersh asked 7/11, 2014 at 15:19
4
Solved
I have a sort function that sorts the Address book by Last Name, I need to modify this code so that it will sort by first Name. Where do I need to make change in this code. I know its a simple chan...
Rather asked 8/8, 2013 at 7:2
1
In iOS it is possible to create custom labels for phone numbers and email addresses. Is there a way to remove those created labels programatically (either with CNContacts or ABAddressBook)?
In othe...
Memorable asked 5/10, 2015 at 13:3
2
Solved
I use iOS 8 objective-c. I receive this message after select contact from contact list.
plugin com.apple.MobileAddressBook.ContactsViewService invalidated
What to do with this message?
Thanks...
Urogenital asked 25/3, 2015 at 9:42
3
Solved
I know that there can be multiple values for an email, but I'm not sure how to browse through them.
I can get a person correctly.
ABRecordRef person = // getting a person;
NSString* emails = (NSS...
Absolute asked 29/10, 2009 at 18:9
5
Solved
Some beta-users of my upcoming app are reporting that the list of contacts contain a lot of duplicate records. I'm using the result from ABAddressBookCopyArrayOfAllPeople as the data source for my ...
Caviness asked 5/7, 2012 at 19:43
1
Solved
Now am using this code to fetch the contacts from my phone:
var addressBookReff: ABAddressBookRef = ABAddressBookCreateWithOptions(nil, nil).takeRetainedValue()
let people:NSArray = ABAddressBoo...
Barayon asked 9/9, 2015 at 21:46
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
1 Next >
© 2022 - 2024 — McMap. All rights reserved.