是否可以使用 iPhone SDK 发送图片消息?

发布于 2024-10-19 19:27:58 字数 77 浏览 1 评论 0原文

是否可以使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

挖个坑埋了你 2024-10-26 19:27:58

是的,确实如此,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

浮云落日 2024-10-26 19:27:58

我认为,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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文