问题
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