I'm developing a today widget displaying some personal information about the user using it. According to Apple documentation (here) the system captures snapshots of today widget's view.
To help your widget look up to date, the system occasionally captures snapshots of your widget’s view. When the widget becomes visible again, the most recent snapshot is displayed until the system replaces it with a live version of the view.
Form security reasons and data integrity I was asked for the following questions :
- Where are the snapshots being saved ?
- Does anyone has access to those snapshots being saved by OS ?
Thanks ...