-
|
Hi, On macOS, when app's main window became key window, cloud sync works for fetching and sending changes. So, is there a way to make sync changes behavior same as 'when the window becomes key window'? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @diatoming, our methods just call down to the You may need to filed a Feedback with Apple, or perhaps ask on their developer forums. |
Beta Was this translation helpful? Give feedback.
Hi @diatoming, our methods just call down to the
fetchChanges()method onCKSyncEngine, and I too have noticed that it does not actually pull unfetched changes like I would expect. But I'm not sure there is much we can do about it. I think it's just a bug inCKSyncEngine. I've noticed this behavior in Apple's sample code for the sync engine too.You may need to filed a Feedback with Apple, or perhaps ask on their developer forums.