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

node.js - How do I prevent MongoDB replica set from querying the primary? -

c# - Randomly pick a specific int from a 2D Array -

php - Angularjs http.delete is not working after deploying project on server -