在 iPhone 中发送即时消息

发布于 2024-10-10 00:41:43 字数 150 浏览 0 评论 0原文

我是 iPhone 新手。目前我使用的是 Mac os 3.2,通过使用此版本,我可以通过编程方式发送即时消息吗?因为,我收到了像未声明的 MFMessageViewController 这样的错误。

我能做些什么?如果可能,请发送示例代码。

提前致谢。

I am New to iphone. Currently I am using Mac os 3.2, By using this version can i send Instant message programmatically? Because,I got an error like undelared MFMessageViewController.

What can I do? If it possible,then send sample code.

Thanks in Advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

合久必婚 2024-10-17 00:41:43

MFMessage 服务在 iOS 4.0 及更高版本中公开。因此,如果您想集成 SMS 功能,则必须升级 XCode SDK 3.2(& iO.S >= 4.0)。

您可以按照Apple提供的示例代码实现短信功能。
https://developer.apple.com/library/ios/ #samplecode/MessageComposer/Introduction/Intro.html

干杯
阿迪亚

MFMessage service was made public for the iOS 4.0 and later.So if you want to integrate SMS facility then you will have to upgrade your XCode SDK 3.2(& iO.S >= 4.0).

You can implement SMS functionality by following the sample code provided by Apple.
https://developer.apple.com/library/ios/#samplecode/MessageComposer/Introduction/Intro.html

Cheers
Aditya

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