Is there a high-level platform solution for iOS for providing 'changes only' upload to a file. I am currently building app that is using a realm database and this realm file is written to all the time throughout the app's life-cycle. I don't want to upload a 3MB database every time there is a small change to database.
Is there a service that provides solution for my problem? I am not sure if Google Drive/Dropbox API provide a solution for this. Would love to get a lowdown on this from people who have faced this issue or used Google drive/Dropbox API.