is there anyway to send concatenated sms in PDU format in iPhone programmatically? AFAIK android is able to do it. please advice, really need this things clear.
Thanks.
iOS will only allow you to send a SMS via the MFMessageComposeViewController
.
This will only accept a string as it body, thus no special SMS can be send. Also the user has to press the send button to send the SMS.