I have found two ways to synch my CoreData storage with CloudKit. One using NotificationCenter and the other using AppDelegate functions.
NotificationCenter
AppDelegate
My que