iPhone programming question:
Is it possible to wakeup/resume iPhone application from background mode to foreground mode programmatically?
I have a long-running
This is not possible. However, you can fire a local notification to alert the user.