i need to send sms to multiple numbers at a time.
to send sms i am using MFMessageComposeViewController.
i place a text field and pass that textfield text as recipients.
now i need to send it to multiple numbers at a time.
for that i think by placing the , as separator for mobile number.
eg:9292929292,92929292992,9292929292.
At the sending time i need to separate each and individual number.
How can i done this,
can any one pls help me.
Thank u in advance.
If you have a string separated by commas as your message suggests, you can just split the string on the commas and set the resulting array in your recipients property: