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.
如何告诉 ios 在进入后台模式之前等待一些工作完成?我在 Appdelegate 上尝试了 ApplicationWillResignActive 方法,并在那里放置了一些正在打印虚拟数据的循环,但什么也没发生,数据正在后台模式下打印。
简单的答案是——你不能。您不能阻止进入后台。您能做的最好的事情就是在特定的有限时间内开始一项工作,但它是在后台完成的。无法阻止应用程序退出活动。