Sending MMS in iphone programmatically

我的梦境 提交于 2020-01-06 19:48:21

问题


I have tried searching almost all the blog sites. I need to send an MMS programatically. As far as my research on this I came to know that its not possible for IOS < 3. Is there any way i can use the messageUI kit fot sending MMS for IOS 4.

Please let me know the possible ways.

Thanks in advance!!!


回答1:


You cannot send MMS right now. MFMessageComposeViewController only allow SMS messages on iOS 4 only.




回答2:


iOS prevents SMS or MMS messages from being sent programmatically. You can compose the message, providing the "To" and the body of the message (in iOS 4+) and display a dialog that allows the user to tap a button and send it, but user intervention is always required.



来源:https://stackoverflow.com/questions/4585439/sending-mms-in-iphone-programmatically

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