Hi,
Is it necessary or recommended to do anything special to protect resources that are distributed in an application bundle? I'm talking about files like images and movies.
I'm working with a customer who is paranoid about their resources getting ripped off and they think the solution is to encrypt all of the files and decrypt them in the app using custom code. I'm almost certain this is a waste of time because of all the encryption already built in to the device, but I need to make 100% sure I'm understanding things correctly before I say anything.
Does Data Protection have anything to do with this? Or is Data Protection only relevant for files that the application writes to its documents directory at runtime?
Frank