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.
屏幕锁定/解锁时是否可以通知应用程序(非活动或活动但在后台)?
类似于:https ://stackoverflow.com/a/3617552/1011125
当屏幕锁定时,您的应用会收到以下委托消息:
applicationWillResignActive:
applicationDidEnterBackground:
但是,您无法将这种情况与您可能收到这些消息的任何其他情况区分开来(例如,用户单击主页按钮以暂停您的应用程序)。