当应用程序在 iPhone 上打开时,本地通知仅出现在通知中心
我有一个奇怪的问题。我的 UILocalNotifications 仅在应用程序打开时出现在通知中心。如果我的 iPhone 出现在启动屏幕上,它们就不会出现。不过,通知中的图标徽章编号确实会出现。完全相同的代码在应用程序的 iPad 版本上完美运行。我已经验证正文设置正确。该应用程序在通知中心启用,所有选项也都打开。
如果我打开应用程序,然后点击主页离开它,通知也会从通知中心消失。
还有其他人看过这个吗?
谢谢, 贾森
I'm having a strange issue. My UILocalNotifications are only appearing in the Notification Center when the app is open. If I have the iPhone at the launch screen they don't appear. The icon badge numbers from the notifications do appear though. The exact same code works perfectly on the iPad version of the app. I've verified that the body text is getting set correctly. The app is enabled in Notification Center with all options on as well.
If I have the app open and then tap home to leave the it, the notification disappears from Notification Center as well.
Has anyone else seen this?
Thanks,
Jason
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的错是,从 iPad 版本合并时漏掉了一段代码。
贾森
My bad, missed one piece of code when merging from the iPad version.
Jason