I have to send a text from my app to the contacts present in the contact list. I can do that using AddressBook and its delegates. How can i roll everything into iMessage?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ll need to create and display an
MFMessageComposeViewControllerand configure it with the phone numbers or email addresses you’ve obtained from the Address Book. Whether they’re sent as iMessages or SMS messages is an implementation detail as far as you, the developer, is concerned.MFMessageComposeViewController Class Reference