I'm making an application that downloads external files (images and documents) using NSURLDownlod.
But I need to keep this files protected.
If the user downloads some file using NRURLDownload, this file cannot be accessible to in another place. For example, if he plugs his ipad on macbook, we wont find this downloaded file.
In another words, they can be only accessible into his application.
Is there any way to do that?