Search code examples
androidiphonetitaniumappceleratortitanium-mobile

background services in Titanium


In my application I need to sync my local database with web server. Now I can able to sync with web server, but I need to do this as background service(like gmail sync). How do I do background service in Titanium (both Android and iphone)


Solution

  • Titanium Service for Android and ios platform

    Android Services

    iOS Services

    Note that you will have to handle this different in each platform.