I have an app that has its own states. My aim is to fire local notification when state changes - while in back ground [so far I did] but problem is: can I keep these (or at least one of them) notifications on the lock screen all the time? So if you get notification you can slide through it into app every time you got lock screen?
I've got an idea to run NSTimer with - let's say one second interval, and fire local notification each time interval... but i guess some will say it's against 'long life' battery policy... as far as I know you cannot detect lock screen from inside the app
Anybody? thx