phonegap background service in iOS5
问题 I am writing update checker program in xcode, my program needs background process( it needs to be run in background), so is it possible in phonegap, and is there any phonegap plugin for background services? Thanks 回答1: iOS does not allow background task to run more than a specific time limit. Similar Post: iPhone background task stops running at some point Explanation: http://www.macworld.com/article/1164616/how_ios_multitasking_really_works.html The reasonable solution would be to implement