How to upload and store files in Cocoa with Core Data?

后端 未结 3 425
盖世英雄少女心
盖世英雄少女心 2021-01-15 16:55

I have an app which I would like to be able to upload files to. I could imagine serializing the data, putting that into an array, then serializing the array and putting that

3条回答
  •  北海茫月
    2021-01-15 17:08

    To sync core data between devices I would suggest you take a look at this site where I have posted details on Core Data and iCloud integration for both iOS and OS X apps. It is beyond the scope of an answer on this site.

    http://ossh.com.au/design-and-technology/software-development/

提交回复
热议问题