SwiftData cloud data update in real time?

Hey,

I've been working with SwiftData for a while now and I'm currently in the process of adding iCloud functionality to my program. Everything works fine, but the data update only after running the app twice or restarting it twice in the simulator. It would be better if this could be done in real time or at the push of a button.

Does anyone have an idea how to implement this? The devices send a message in the background (that there is an update) or? Can you access it somehow and the @Query update?

SwiftData cloud data update in real time?
 
 
Q