How do I share a Core Data store between processes using NSDistributedNotifications?

前端 未结 6 2059
星月不相逢
星月不相逢 2020-12-29 15:24

Background

I\'ve already posted a question about the basics of sharing a Core Data store between processes.

I\'m trying to implement the rec

6条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-29 16:02

    Setting stalenessInterval of managed object context works. My case involves multiple threads instead of process though.

提交回复
热议问题