ios - Is there anyway to view scheduled local notifications -
is there way view of scheduled local notifications app?
just trying debugging, , nice see list of notifications, instead of having wait until fire.
_mike
this gives array local notifications scheduled. can loop through
uiapplication *app = [uiapplication sharedapplication]; nsarray *eventarray = [app scheduledlocalnotifications];