Posts

Post marked as solved
8 Replies
3.8k Views
It seems that when my app is compiled with Xcode 12.0 beta (12A6159), all of the text in the Section headers are capitalized. This is true even with the new InsetGroupedListStyle list style. I'm not clear if this was an intentional design change or a bug, but I'm looking for a way to turn this capitalization behavior off. Anyone know if this is possible?
Posted Last updated
.
Post not yet marked as solved
5 Replies
1k Views
I have been using NSPersistentCloudKitContainer in my app for a while now. My main issue at the moment is that even though I have followed all of the documented steps for setting up background silent notifications, they don't seem to be working. (I query for the Core Data state from a Shortcut/Intent and can verify that the Core Data store hasn't been updated.) This hasn't been too much of an issue, but with new system features like widgets (WidgetKit), this is an issue I can no longer ignore. I'm not sure if it's completely out of my control (e.g. the OS just has decided not to deliver the notifications in the background) or if there's some undocumented step I need to take to ensure it is set up correctly. Has anyone gotten background syncing to work properly with NSPersistentCloudKitContainer? Did you have to do anything special to get it to work? Any tips for debugging what might be going wrong?
Posted Last updated
.
Post not yet marked as solved
0 Replies
510 Views
What's the best way to handle errors that occur with CoreData-CloudKit mirroring? I'm specifically concerned about the quotaExceeded error, if the user has run out of free space. Don't see anything in the documentation or example project.
Posted Last updated
.