Try this in your view controller to observe remote change notifications.
NotificationCenter.default.addObserver(self,
selector: #selector(updateView(_ :)),
name: .NSPersistentStoreRemoteChange,
object: nil)
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags: