当用户打开应用程序时,可能会收到通知或其他东西,但应用程序在后台(所以它没有关闭)?
发布于 2010-08-20 21:10:17
您的应用程序代理将在返回之前调用其函数applicationWillEnterForeground。
此外,如果在触发这些事件时已将其冻干,则操作系统将排队一系列针对重大操作系统更改的潜在通知,即UIApplicationSignificantTimeChangeNotification和UIDeviceBatteryLevelDidChangeNotification
https://stackoverflow.com/questions/3531014
复制相似问题