automatic update for @FetchedResults

Hi,

I always though @FetchedResults should automatically update, but it seems this is not always true, or do I have to trigger updates myself? I am using Core Data with CloudKit sync. When I start my app, nothing is visually updating while it'S doing the first sync. Only after that view is reloaded it shows the synced data.

Any idea what I have to do automatically get updates when the data is syncing the background.

All the best Christoph

Answered by ChristophV in 707073022

Actually looks like this was a pure debugger problem, in the TestFlight version everything works :)

Accepted Answer

Actually looks like this was a pure debugger problem, in the TestFlight version everything works :)

automatic update for @FetchedResults
 
 
Q