I want to send an SMS via iPhone code to a selected recipient - I don't want to have to specify the recipient's number in the code. I want the app to take the message and enable me to select recipients from the Contacts in the iPhone device.
Asked
Active
Viewed 197 times
1 Answers
0
For sending an SMS you only option is MFMessageComposeViewController
which allows you to prefill it and then present it to the user.
You are not able to send SMS via code, since this could be misused to send messages to service number which could cost the user momey.

rckoenes
- 69,092
- 8
- 134
- 166