Start a new topic

Offline File Access

Hi, does Caching and Offline Saving apply to files? With `sync:enabled`, if I do a `Kinvey.File.download()`, will that file get cached for offline access?



I'm using Titanium library v1.1.8.

OK thanks. Thought that may be the case, but wanted to verify as the docs didn't specify one way or the other.
No, files are not cached. You can do it yourself, the best starting point would be the [Titanium Filesystem docs](http://docs.appcelerator.com/titanium/3.0/#!/api/Titanium.Filesystem).
Login or Signup to post a comment