[
https://issues.apache.org/jira/browse/CB-7544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14133291#comment-14133291
]
Shazron Abdullah commented on CB-7544:
--------------------------------------
Two new delegate functions for iOS 8:
{code}
// Called after a person has been selected by the user.
-
(void)peoplePickerNavigationController:(ABPeoplePickerNavigationController*)peoplePicker
didSelectPerson:(ABRecordRef)person NS_AVAILABLE_IOS(8_0);
// Called after a property has been selected by the user.
-
(void)peoplePickerNavigationController:(ABPeoplePickerNavigationController*)peoplePicker
didSelectPerson:(ABRecordRef)person property:(ABPropertyID)property
identifier:(ABMultiValueIdentifier)identifier NS_AVAILABLE_IOS(8_0);
{code}
> [Contacts][iOS 8] Contact picker is read-only in iOS 8
> ------------------------------------------------------
>
> Key: CB-7544
> URL: https://issues.apache.org/jira/browse/CB-7544
> Project: Apache Cordova
> Issue Type: Sub-task
> Components: Plugin Contacts
> Environment: iOS 8 GM
> Reporter: Shazron Abdullah
> Assignee: Shazron Abdullah
>
> API call: navigator.contacts.pickContact
> ABAddressBookRequestAccessWithCompletion is not called for pickContact, thus
> it's just a viewer. See other methods in the plugin for usage.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)