Is there any way or workaround to persist the state of the notification subscription for listening CloudKit related changed event even after device reboot ?
NotificationCenter.default.publisher(for: NSPersistentCloudKitContainer.eventChangedNotification)
As of now, after reboot, main application, which contains the code statement like above, needs to be started again by manual if it want to receive any event again.