contacts-framework Questions
2
Requirement: I am saving some contacts into the user's iPhone along with a picture (dimensions same as the device). I want this picture to be displayed ON FULLSCREEN whenever the contact calls on t...
Volans asked 5/7, 2016 at 17:6
1
I'm having a bit of a problem with trying to access the same contact between multiple devices. My goal is to have a user select a contact and select a phone number and email address, which will the...
Bessie asked 11/2, 2018 at 18:44
1
In AddressBook on device I have a record linked with Facebook contact record.
I fetch it into CNContact with CNContactFetchRequest with:
contactFetchRequest.mutableObjects = true
contactFetchRequ...
Durarte asked 24/2, 2016 at 12:34
4
Solved
I have an API that returns phone numbers in format: +1415xxxxxxx (E164)
Right now these numbers are put into a Cell of a UITableView and are presented as expected, however I'd like to be able to s...
Jayme asked 12/4, 2016 at 19:43
2
Solved
I am making an iOS app and I am new in iOS world. In this app, I want to access user contacts. Everything is going good and working well. But I experienced a amazing behavior which I have not...
Nataline asked 27/11, 2018 at 6:1
2
I need the identifier of a newly created contact directly after the save request. The use case: Within my app a user creates a new contact and give them some attributes (eg. name, address ...) afte...
Behind asked 18/6, 2016 at 10:41
3
Solved
I'm trying to fetch localized phone label value using CNContact.My attampt so far:
NSError *error = nil;
CNContactFetchRequest *fetchRequest =[[CNContactFetchRequest alloc] initWithKeysToFetch:...
Presidentship asked 19/2, 2016 at 9:23
1
Solved
I am trying to programmatically remove contacts from address book on specific time. Is it even possible in Swift and do Apple allow it?. I'm already familiar with CNContactStorebecause I have...
Klayman asked 14/5, 2016 at 10:18
1
i try to create and save a group with the Contacts Framework.
First the user authorize the App for contacts access.
A viewcontroller is presented and with a + button user shows an alertview with te...
Vow asked 5/11, 2015 at 18:33
1
© 2022 - 2024 — McMap. All rights reserved.