Can I get a phonegap application running on iOS 4 to have a background service when it\'s not the active app (e.g. check a url every hour and alert the user if there have be
Why don't you use onPause and onResume events. They are quite helpful.