Skip to content

Instantly share code, notes, and snippets.

@farfromrefug
farfromrefug / background_demo.js
Created October 8, 2012 07:22 — forked from kosso/background_demo.js
Background Service notification for Titanium
/* Kosso : March 12th 2011
This the only way I managed to do this without the app crashing on resume.
Done slightly differently to the KS example, since they unregister the service and
do not use a setInterval timer.
*/
//############ in app.js :
// test for iOS 4+