当 SIM 不可用时,我们应该如何处理 MFMessageComposeViewController
我正在使用 MFMessageComposeViewController 通过我的应用程序发送短信。但当我们取出 SIM 卡并尝试发送消息时,我遇到了问题。是否有任何委托可以跟踪消息是否会发送?
I am using MFMessageComposeViewController to send text message via my App. But I have a problem when we remove the SIM and try to send message. Is there any delegate available to track whether the message will be sent / not?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 CTTelephonyNetworkInfo 类,用于收集有关 SIM 卡的信息。使用 subscriberCellularProviderDidUpdateNotifier 方法来获取有关 SIM 卡更改的通知:
You can use the CTTelephonyNetworkInfo class of the core telephony framework to gather information about the SIM card. Use the subscriberCellularProviderDidUpdateNotifier method to get notified about SIM card changes: