用于文本消息的 MFMessageComposeViewController 在 iPad 中不起作用
Posted
技术标签:
【中文标题】用于文本消息的 MFMessageComposeViewController 在 iPad 中不起作用【英文标题】:MFMessageComposeViewController for text messaging is not working in iPad 【发布时间】:2012-05-22 12:58:11 【问题描述】:在我的应用程序中,我使用 MFMessageComposeViewController 发送短信。它在 iPhone 中运行良好,但我无法在 iPad 中发送消息。我也可以通过任何其他方式从 iPad 发送短信。
【问题讨论】:
【参考方案1】:如果您设置了 iMessage,它只能在 iPad 上使用。
在尝试发送文本之前,请致电[MFMessageComposeViewController canSendText]
,以确保设备能够发送文本。
【讨论】:
以上是关于用于文本消息的 MFMessageComposeViewController 在 iPad 中不起作用的主要内容,如果未能解决你的问题,请参考以下文章
为什么这个用于着色文本的bash函数只打印整个字符串的第一个单词?