3

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)

Karthi Ponnusamy
  • 2,031
  • 2
  • 25
  • 41

1 Answers1

3

Titanium Service for Android and ios platform

Android Services

iOS Services

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

Karthi Ponnusamy
  • 2,031
  • 2
  • 25
  • 41