Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
换句话说,运行后台服务以“完成您的任务”的能力是否包括发送短信。
no it's not possible to send in background , because iphone will not allow you to do that as SMS must require user interaction
在后台使用核心电话框架与任何其他框架相同。如果这个框架允许你从你的应用程序发送短信,它也会在后台这样做。