Search code examples
iphoneobjective-ciossmspdu

Send concatenate sms with PDU format with iphone programmatically


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.


Solution

  • 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.