【发布时间】:2014-03-14 07:07:41
【问题描述】:
在我的应用程序中,我使用的是 uilocalnotifications。每件事都很好,但只有一件事。我需要显示通知的警报正文。如果应用程序处于前台状态很好,但如果应用程序处于后台状态并发生通知,当我点击该 didReceiveLocalNotification 时不会被调用。显然当时也没有调用 didFinishLaunchingWithOptions 。那么我应该怎么做来处理通知。我正在使用 ios7 和 xcode5。如果您能帮助我,请提前非常感谢。
【问题讨论】:
标签: ios iphone objective-c uilocalnotification appdelegate