I want to develop an iOS application
which has following functionalities:
- My app should run always and listen events in background even its removed from memory.
- It should catch device off & on notifications.
So now I have couple of questions:
- Is that possible to always listen events in background?
- Device off/on are the system level calls, so can we get any notifications about them?
I googled a lot for it and found some jail break solutions, which I don't want.
My third question is
- Can we achieve it for non-jailbroken application?
If anyone know something about it then please guide. Thank you.