When an iOS app enters background, a snapshot of the last screen is taken and placed in the cache. How do I view this image to ensure that sensitive information from the app is not accidentally stored in the cache?
I checked XCode organizer but I cant find a tool to open and view the cache.
Any ideas?
Thanks