如何在 iPhone 或 iPad 休眠时 运行 Swift 中的函数?

How to run a function in Swift when the iPhone or iPad sleeps?

我正在开发一个应用程序,你可以在其中记录你吃的东西。我将我的应用程序设置为每次关闭视图(如在导航栏中返回一步)或按下主页按钮时将信息保存到我的 MySQL 服务器。当你关闭 phone.

时,我如何 运行 我的保存功能关闭

运行 applicationDidEnterBackground 中的函数或 AppDelegate 中的 applicationWillResignActive 中的函数,具体取决于您需要哪个。 applicationWillResignActive 如果即使应用程序被 phone 调用

中断,您也想保存