是否可以使用 iPhone SDK 发送图片消息?
是否可以使用 iPhone SDK 发送带有图片的彩信?查看 MFMessageComposeViewController 后,似乎不可能。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,确实如此,iPhone 中仍然没有用于发送彩信的 API。但剩下的唯一选择是在邮件编辑器中附加图像
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
我认为,iPhone没有用于发送彩信的公共API。实现此目的的唯一方法是直接使用提供商 MMS 网关,但这不适用于全球范围。
另一种方法是打开短信界面,让用户选择图像/视频作为附件。然后短信将自动转换为彩信。
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.