I am new in CBL and is studying in the demo project ‘GrocerySync’ on ios, which can sync simple records with a db server.
A testing CB server and Sync Gateway had been installed and was working well.
Each time I added a record with my ios client, I could see a new document added into my CB server with the CB Console. However other client had never received any. A pulling replication named “pull” seemed working but its completedChangesCount and changesCount was always 0.
Yes, it is. Before adding documents, A push replication and a pull replication
was established with continuous property set. Then when documents added, syncs are automatically excuted.