I am triyng to make an application who can send SMS programmatically using IOS simulator.
Can some please please tell me what are the sequence of steps.
What is code and how we can use it step by step with details.
Thanks.
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.
Ios similator can not send messages but you can send it by running your project in divice by using this code.
Add MessageUI framework in your project
Then in your .h file add this
And in your .m file add this