pull notification locally on jailbroken device
Since the iOS framework doesn't allow local notifications to execute code before they are posted, I'm looking for a way to achieve it on a jailbroken device. Is there built in functionally on a jailbroken device to schedule code execution with no need for the user to interact? The code should download updates and determine if the user should receive a notification. I don't want to use push notifications, which requires an external server to push them to the user. Update Well, I've managed to create a daemon which launches on start-up and keeps itself running. However, posting notifications