ios5 - RestKit and iCloud directory backup policies -
i working on ios 5.0+ project uses latest restkit download, map , persist core data. looking definitive answer on apple's icloud storage guidelines restkit. need take steps make sure data downloaded use in app not automatically backed icloud account.do need alter default location directories used. in advance.
if core data store not saved in ubiquity container (see: urlforubiquitycontaineridentifier:) never synced.
also in using icloud in conjunction core data section of documentation state:
setting core data store handle icloud requires little effort on part. steps must follow depend on whether using single core data store central library app or whether creating separate stores individual documents.
you have explicit changes synchronization. if read documents further, mention keys nspersistentstoreubiquitouscontentnamekey. if search in restkit source, not find - because restkit not sync icloud automatically (and can not because icloud app level synchronization framework).
Comments
Post a Comment