2

我知道当应用程序处于前台时处理本地通知的标准方法:

  • 接收应用程序:didReceiveRemoteNotification:
  • 在其中显示一个 UIAlertView(或任何其他 UI)

我的问题是,当应用程序处于前台时,是否有可能(甚至使用私有 api)在状态栏区域显示通知消息。

4

1 回答 1

2

In my knowledge NO.

My suggestion

The best option will be, you need to add a banner on top of your application to show the effect of UILocalNotification. It'll be better than relying on private API's (if any).

于 2013-01-03T19:40:31.870 回答