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

六月ゝ 毕业季﹏ 提交于 2019-11-28 02:15:24

问题


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.


回答1:


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




回答2:


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.



来源:https://stackoverflow.com/questions/5150271/is-it-possible-to-send-a-picture-message-using-iphone-sdk

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!