Kris Slazinskiblog.next-planet.com·Jun 2, 2023How to migrate NSPersistentCloudKitContainer to App GroupsRecently I needed to add iOS Widgets to my app Wins. As I discovered, if you are using Core Data and want to share data between your iOS app and widgets, you need to use App Groups. At first, I tried to migrate my database following the solution by D...15 likes·1.4K readsiOS
Niels Mouthaannielsmouthaan.hashnode.dev·Jul 11, 2022Limitations of NSPersistentCloudKitContainer when importing many recordsIntroduction The first version of Daily, a time tracking app for Mac, was released in 2013. It used Core Data to store data. Later, when NSPersistentCloudKitContainer was introduced, I added support for iCloud for synchronization and backup purposes...265 readsSwift