RE: https://mastodon.social/@lukaskubanek/116299581006179836

This is a total showstopper for any iOS apps using CloudKit.

@marcoarment soft disagree, CK apps should be architected so that push notifications are a nice to have, not a requirement.
@paul I can also imagine that the reality of many apps is different
@sense @paul Push notifications are a best effort service anyway, I tend to agree with Paul
@slizeray @sense @paul I also agree that apps shouldn’t rely on instant sync and should continue working in “offline” mode. However, with CKSyncEngine, you’re out of luck triggering the sync manually, as you’re handing control over to the system. The promise is that it just works. Until it doesn’t. It’s less of a black box than Core Data but still a black box…
@lukaskubanek @sense @paul yes you are totally right…