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]; 

Popular posts from this blog

php - How should I create my API for mobile applications (Needs Authentication) -

python 3.x - PyQt5 - Signal : pyqtSignal no method connect -