0

Im make Siri Integration. I have a problem because I don't know how to resolve contacts for contact with two or more numbers.

I need something like this:

enter image description here

Instead of this Siri offers me to choose two contacts with the same name.

enter image description here

birdy
  • 943
  • 13
  • 25

1 Answers1

1

It seems not possible with current iOS10 API. I had similar problem and made a workaround - if request is resolved to a single person with multiple phone numbers, then I return phone numbers as a persons (INPerson) instead of returning person itself. However Siri will still ask for a "name", not a "phone number".

Art
  • 209
  • 3
  • 5