@matt1corey hey Matt. I’m digging a bit more into #CloudKit Sharing (with #CoreData & #NSPersistentCloudKitContainer). I know you implemented sharing in your apps.
In an app where I want to attribute an event to a specific user, how would you do that? E.g. a task management app with assignee and assignees can be added by sharing to them. I want to track who created/edited/completed a task for example (like a log of events/activities). Should I add the userRecordName in the object?
#cloudkit #coredata #nspersistentcloudkitcontainer
Hey #coreDataGang! I got some trouble and need some guidance.
We store our #CoreData SQLite file in a shared #AppGroup, that way our extensions have access to the data. And we’re of course using #NSPersistentCloudKitContainer to sync the data through #iCloud.
BUT, we have an intermittent bug where the #watchdog kills our app because there’s a lock on the SQLite file when the app is suspended. 😭
How have you solved this? I can’t be the only one with this setup. Can I? 👀
#coredatagang #coredata #appgroup #nspersistentcloudkitcontainer #icloud #watchdog
Looks like the #WWDC Developer app by Apple uses a JSON-file to sync your favorites 😱
I wonder why #NSPersistentCloudKitContainer isn’t used
#wwdc #nspersistentcloudkitcontainer
Today’s #iOSDev success: verified saving multiple images from #visionkit doc scanner to #coredata is working and syncing via #nspersistentcloudkitcontainer.
Next up: figuring out how to actually display the array of images!
#iosdev #visionkit #coredata #nspersistentcloudkitcontainer