Search code examples
iphonesmsmms

Sending MMS programmatically in iPhone


Is there any way to send MMS programmatically in iPhone?


Solution

  • I don't believe there is, not with the current SDK anyways. You can only prefill SMS messages in the Messages app using UIApplication's openURL: method.