nofelmahmood / Seam

Seamless CloudKit Sync with CoreData
https://medium.com/@Nofel/reason-why-cloudkit-cannot-be-ignored-9c7806d76230
MIT License
669 stars 64 forks source link

Externally stored binary data should be attached to the record as CKAsset. #13

Closed saschaholesch closed 7 years ago

saschaholesch commented 9 years ago

Support for binary data stored in CoreData with the option "Allows external storage" enabled on the attribute would be great. Commonly, storing big amounts of binary data inside the data store is not desirable.

screenshot_122

nofelmahmood commented 9 years ago

Yes, you are absolutely right. It's a great feature. Look forward to work on it once I am finished with upgrading the project to support swift 2.0 :)

fila95 commented 9 years ago

Do you have some news about this new feature?

skydivedan commented 8 years ago

Just curious about this feature as well.