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.
有没有办法查看我的应用程序当前安排的所有本地通知?
只是尝试进行一些调试,很高兴看到通知列表,而不必等到它们触发。
_麦克风
这为您提供了一个安排了所有本地通知的数组。你可以遍历它
UIApplication *app = [UIApplication sharedApplication]; NSArray *eventArray = [app scheduledLocalNotifications];