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.
当我的应用程序在后台运行时,我想知道是否有来电并发送诸如“电话正在呼叫...”之类的电子邮件
可能吗?
不,你不能。这是不可能的。
除非您使用外部服务器发送电子邮件,否则在没有用户交互的情况下也无法发送电子邮件
CoreTelephony中的 CTCall 可让您监控呼入和呼出的状态。确实,除非通过与 SMTP 的直接连接,否则您无法在没有用户交互的情况下发送电子邮件(而且我不想通过我的邮件服务器路由它们!)我认为 Nick Bull 是正确的,关于长期运行的后台任务的限制.