Create background service to sync database entries?

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

Thanks in Advance.

What database do you want to use or can you still choose one?

1 Like

I am looking to sync android SQLite database with PHP application MySQL server.