Sqlite synchronize

Job ID: 36577491

Budget: $30 – $250 USD

I am seeking experienced and skilled developers who can help me with a project involving SQLite synchronization.

I have a Winform app connected to Sqlite database located on local machine. Also, I have Xamarin from app connected to Sqlite database on same phone (offline storage). I want to synchronize these databases.

What I do so far is uploading database from the Winfrom app to a web server then download it on Xamarin app (and vice versa). However, this is very bad method because user should do the upload/download every time there is a database change.