i want to retrieve the email ids of users exist in contact and mail app in the device.It just like there is search field to search the user email id and the fallowed table will show the results that contains the search text.And the users email id's need to search in contacts and mail. can anyone help me out.

有帮助吗?

解决方案

You cannot grab any information from the mail.app on an iDevice. Apple's Sandbox rules prevent this sort of thing.

With the contacts - it's possible. You should read up on the Address framework.

Here's Apple documentation on it: https://developer.apple.com/library/ios/documentation/AddressBook/Reference/AddressBook_iPhoneOS_Framework/_index.html

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top