Thursday 15 March 2012

iOS Swift: Local persistence with CloudKit -


I am using CloudKit to fetch / store data, but I would also like to keep a local firmity layer. Does CloudKit offer any kind of local storage capabilities? Or should I use NSUser Default (NSKEEDEKEVEVER / NSKAIDUNCHIZER)?

There is no mechanism for data caching at the local level in the Cloud Kit, you have to do it yourself. Recommend to you that there is a feature library for cloudkit that provides support for file local caching.


No comments:

Post a Comment