iCloudDocumentSync
iCloudDocumentSync copied to clipboard
Integrate iCloud into iOS document projects with one-line code methods. Sync, upload, manage, and remove documents from iCloud quickly and easily. Helps to make iCloud "just work" for developers too.
The setupiCloudDocumentSyncWithUbiquityContainer needs to be called when the app starts. However, I noticed this method will start the sync the files with iCloud automatically. To make it worse, it syncs...
Hello, I have test on my iphone and on my ipad to sync a database and it's working only in one way. When i save the document on my ipad,...
I shared my build with someone and they get stuck on saving (specifically somewhere around here, from what I gathered from my logs: `// Get the URL to save the...
Hi, I am running my app on iPhone and iPad. When I upload a file from iPhone, it is not appearing in iPad. The files are appearing individually w.r.t device.
I am observing iCloud changes through `iCloudFilesDidChange` and what I am seeing is that calling `retrieveCloudDocumentWithName` actually triggers` iCloudFilesDidChange`, which causes `iCloudFilesDidChange` to be called over and over again if...
The documentation section covering retrieveCloudDocumentWithName should be updated with a warning that it is the completion block's responsibility to close the document once opened otherwise deleting it at a later...
Did anyone have this issue before. I've been trying to solve it for a long time but can't seem to find a solution. The files get deleted from the iCloud...
I rewrote this in Swift. It's available here: https://github.com/oskarirauta/iCloudSync
This library worked like a charm under xcode 8 and iOS 10, now that I opened the project with Xcode 9 and iOS 11 iCloud sync is really slow and...