-2

我正在尝试以编程方式将消息发送到 iPad 消息应用程序,但不知道该怎么做。我知道我可以将 MFMessageComposeViewController 用于 SMS,但我如何使用它(或其他东西?)通过 Messages 发送消息(适用于 iPad 和 iPod)。

4

1 回答 1

2

如果您在 iPad 上正确设置了 Messages.app,我相信 MFMessageComposeViewController 可以在 iPad 上运行。

使用 MFMessageComposeViewController 的 canSendText 方法来确定设备是否允许发送文本(SMS 或消息)

于 2013-04-19T19:36:01.370 回答