-1

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?

Nasreddine
  • 36,610
  • 17
  • 75
  • 94
irpalo
  • 105
  • 2
  • 3

1 Answers1

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