I am trying to implement an MMS functionality in my app. Because I need to send text and two images at the same time and I already have an email functionality. Unfortunately, the current SDK does not allow sending MMS yet. What is the easiest and cheapest way to create add an MMS functionality to my app?
Asked
Active
Viewed 422 times
-1
-
1Please do not use signatures in your questions or answers; this is detailed in the FAQ. – Delan Azabani Aug 17 '11 at 10:19
1 Answers
0
There is no way to this in the current version of the iPhone SDK.
You will need use your own MMS server and create your own API to talk to that server.

rckoenes
- 69,092
- 8
- 134
- 166