KONG
KONG

Reputation: 7371

iOS how to get Email contacts from Mails app?

My application needs to send email to friends.

I found that Mail application has much more Email address than the Contact app. In Mail app or MFMessageComposeViewController, I can search for email dress from any mail that contact me before.

My question is how to retrieve those emails address to my app?

Best,

Kong

Upvotes: 1

Views: 650

Answers (1)

rckoenes
rckoenes

Reputation: 69459

No you can only acces contact via the Address Book API this is the same API that MFMessageComposeViewController uses.

Apple does not allow any acces to other app's data because of security restrictions.

Upvotes: 2

Related Questions