Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在屏幕锁定时使用 UILocalNotification 显示通知,但不打开屏幕显示通知?
这里的用例是我希望在用户打开屏幕时看到通知,但在实际触发通知时屏幕不应该打开。
答案是不。你不能改变工作方式UILocalNotification。要么你不使用它,要么你接受它的工作方式。
UILocalNotification
并且工作方式UILocalNotification是合理的。至少我是这么认为的。