How to attach Image with message via iPhone application?

This is not possible with the current MessageUI API: the MSMessageComposeViewController doesn’t accept attachments like the MFMailComposeViewController does. The only way to do this currently is to use an external service that allows you to send mms via a REST call for example. GSMA defines a REST specification for exactly this purpose: http://www.gsmworld.com/oneapi/reference_documentation-version_1.html (multiple pdf’s … Read more