I am using the Dropbox Sync API in our iPad app. I would like to give my user a alert message when a conflict occurs for a file he is working on. Currently when a conflict happens, a conflicted copy gets created on the server and the file the user is working on gets synced to the conflicted copy. So any further changes that the user makes to the local copy gets synced to the conflicted copy on the server. Until the user checks in the dropbox folder he is not aware that his file created a conflict and that he is working and updating the conflicted version of his file.
Is there anyway to let the user know (within the app) that a conflict occurred and that his file is linked to the conflicted copy?