Hi All,
Is there any native plugin is available to run android/ios background service to sync the database with client and server?
Android SQLITE to PHP server MySQL database sync is what I am looking for. I have already developed a manual sync with button and HTTP native plugin. But it’s not enough it has to be an automated process.
Example Android Service and Scheduler
- http://www.vogella.com/tutorials/AndroidTaskScheduling/article.html
- http://www.vogella.com/tutorials/AndroidServices/article.html
Thanks in Advance.