Is there a way to securely take a picture on an iOS device?
The expectation is, that all of the following is true:
- the image data is loaded into the RAM and made available for processing
- the image is not persisted permanently
- the image is not persisted temporarily (swapping)
- if the image is swapped, its encrypted before
- the image can not be accessed from within other applications
It's about corporate usage with high privacy expectations and governmental rules regarding data protection. I have no detailed iOS programming background, and appreciate any in depth answer.