Is it possible to send an MMS message with a picture using the iPhone SDK? After looking at MFMessageComposeViewController, it doesn't appear to be possible.
Asked
Active
Viewed 5,973 times
2 Answers
0
I think, the iphone has no public API for sending MMS. Only way you can achieve this is to use a providers MMS gateway directly, but this would not work worldwide.
Alternate way to is open SMS interface and let the User choose Image/Video as attachment. Then SMS will automatically be converted into MMS.

iHS
- 5,372
- 4
- 31
- 49
-
How u can choose image as attachment? I mean ,I need procedure.If u have any code for that put it here Plz.. @iHS – Rajkumar Sep 28 '12 at 12:06
0
Yes thats true there is still no API for sending mms in iphone.But the only option left is to attach the image in mail composer

Sabby
- 2,586
- 2
- 27
- 41