iPhone应用程序在后台运行时是否可以收到电池通知

时间:2011-01-17 04:43:26

标签: iphone background battery

我在后台运行的iPhone应用程序可以收到电池通知吗?

我的应用已注册电池通知:

  • 电池通知 - (void)batteryLevelDidChange:(NSNotification *)notification{[self.tableView reloadData];}

  • (void)batteryStateDidChange:(NSNotification *)notification{[self.tableView reloadData];}

对此有任何帮助表示赞赏。

1 个答案:

答案 0 :(得分:2)

没有。只有当您的应用位于前台时,才会调用该代码。