Managing Core Data iCloud Transaction Logs

后端 未结 1 1373
小鲜肉
小鲜肉 2020-12-29 12:21

I am using iCloud with Core Data, based on the SQLite \"Library-style\" application design as specified by Apple. While the basic functionality works very well, I am concern

相关标签:
1条回答
  • 2020-12-29 12:52

    I filed a radar on this issue and received the following reply. They noted that it should be working correctly in iOS 5.1, though I have not yet verified this myself.

    A clarification for any who might misunderstand the following. The transaction logs will be cleaned up by the core data internals. This is NOT something that should be performed by the application itself.

    Engineering has provided the following feedback regarding this issue:

    The transaction logs are intended to be deleted after all the active peers have had a chance to read them, and they exceed a threshold of space consumed. There was a previous issue that prevented the devices from correctly doing so.

    0 讨论(0)
提交回复
热议问题