문제

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