Is it possible to send a picture message using iPhone SDK?

前端 未结 2 2017
误落风尘
误落风尘 2020-12-18 14:05

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.

2条回答
  •  醉梦人生
    2020-12-18 14:30

    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.

提交回复
热议问题