I am trying to sync data with NSPersistentCloudKitContainer
when I build the app for the first time I try to show loading page based on NSPersistentCloudKitContainer.eventChangedNotification
in the documentation says NSPersistentCloudKitContainer
is all responsible for syncing an I don't have access to syncing process
so my problem is I have about 1000 record or less but it takes about 5 min at the beginning when I build the app for the first time (apple rejected my app because of this)
I'm afraid by the time goes and user may add more records to the data it will take more time to sync those data
how can I improve syncing time!
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…