我需要知道用戶是否在跳板設置中更改了系統時間,因此可以通知我的後臺程序。根據doc,NSSystemClockDidChangeNotification
是唯一的選擇。 但我不能接受這個事情:如何監控iPhone SDK中的NSSystemClockDidChangeNotification
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(handleSysTimeChanged:)
name:NSSystemClockDidChangeNotification
object:nil];
我在哪裏錯了?有什麼建議麼?
我想你的幫助,只是我需要知道天氣該handleSysTimeChanged觀測方法都被調用時,應用程序在後臺? – 2016-08-09 09:52:07