My app stores locally all the records that CloudKit
stores. So it is not the big data small phone concept, but all data server - all data client concept. I need all the updates from time to time when app launches again.
Should I set up for all existing record type CKSubscription
?
- It might come to much notification from server, even though I guess there is a 'silent mode', there should be a limit on storagecapacity of iCloud notification collection.
Should I delete all local record when app launches and download again from CloudKit
to get the updates?
- Need to update too much data every time.