Query Regarding Specific Document Sync Status Display

Hello Team,

I would like to inquire if there’s an option available to fetch and display the sync status of specific documents. The goal is to show this status prominently in the front-end interface for better user visibility and tracking.

Could you please guide me if such a feature is available, or if there is a recommended way to implement this functionality?

Thank you!

There is no specific status for a document when it comes to sync, like if is synced/not synced or is going to be synced.

For Swift, the closest things we have are DocumentReplication Structure Reference and ReplicatedDocument Structure Reference

For the above, you might want to leverage these 2 APIs:

Outside of specific frameworks such as Combine, all CBL platforms have a listener API for DocumentReplication.

Hope that helps!