Is there a way to view all currently scheduled local notifications for my application?
Just trying to do some debugging, and it would be nice to see a list of notifications, rather than waiting until they work.
_mike
This gives you an array with all scheduled local notifications. You can go through it
UIApplication *app = [UIApplication sharedApplication]; NSArray *eventArray = [app scheduledLocalNotifications];
Source: https://habr.com/ru/post/951973/More articles:Default values ββfor local variables? - javaAre all std :: tuple constructors needed? - c ++Python object in QMimeData - pythonWindows Azure Intermittent Identification Error while analyzing webconfig - web-configGit Record Parent Order - gitA RESTful way to check for usernames, emails, etc. - restHow to create a tooltip for choosing text without wrapping? - javascriptStudent Language Selection in Racket Source Code - racketTooltip triggered by text selection - javascriptRun javascript function if option is selected - javascriptAll Articles