1

I'm using CNContactPickerViewController with properties for phone number selection:

picker.displayedPropertyKeys = [CNContactPhoneNumbersKey]
picker.predicateForEnablingContact = NSPredicate(format: "phoneNumbers.@count > 0")
picker.predicateForSelectionOfContact = NSPredicate(format: "phoneNumbers.@count == 1")
picker.predicateForSelectionOfProperty = NSPredicate(format: "key == phoneNumber")

Contact with section "Siri found in apps"

But it unable to select contact form "Siri found in apps" section. How can I enable that?

Siri contact with phone number

Jurasic
  • 1,845
  • 1
  • 23
  • 29

0 Answers0