I have added emails to my contacts but I do not understand how I can find contacts by email. If I use Contacts app on my iPad I can type an email in the search field and it will find the contact it belongs to. What search method should I implement to enable this in my app? Thank you for your help!
Asked
Active
Viewed 477 times
1
-
Refer to this answer. It worked for me: http://stackoverflow.com/a/34651556/1631695 – jakenberg Aug 05 '16 at 01:22
-
The answer you link to explains how to fetch contacts by name, but not how to fetch by email address. To do that I think you will need to fetch all, then select by email address. – Peter Johnson Feb 26 '18 at 17:12