I've noticed that saving a CKShare using CKDatabase directly or deleting a CKShare via UICloudSharingController doesn't cause CKSyncEngine to fetch new changes (nor include them in updates when you call CKSyncEngine.fetchChanges) until the app is relaunched.
Is there a recommended way for dealing with CKShare together with CKSyncEngine?
I've noticed that saving a
CKShareusingCKDatabasedirectly or deleting aCKShareviaUICloudSharingControllerdoesn't causeCKSyncEngineto fetch new changes (nor include them in updates when you callCKSyncEngine.fetchChanges) until the app is relaunched.Is there a recommended way for dealing with
CKSharetogether withCKSyncEngine?