views:

99

answers:

1

I am designing iPhone application project. In that I need to send MMS through that application.Is there are available api's to create MMS and send it like an email?

A: 

You could use the openURL: method of UIApplication with the prefix "sms:", but I'm not sure if it supports MMS. I know you can't just send a MMS or SMS directly from within an app, at least not from an app that would be approved for the App Store.

lucius