Posts tagged “Engineering”
How screenshot detection works on iOS
A code-level look at UIKit’s screenshot notification, foreground and presentation guards, window-snapshot fallback, Photos permission, and finding the real OS screenshot.
How screenshot detection works on Android
A code-level look at Android 14’s ScreenCaptureCallback, the MediaStore fallback on older releases, permissions, lifecycle handling, and false-positive control.
Mobile app bug reporting: screenshots, logs, and faster QA
A practical guide to choosing a mobile app bug-reporting SDK that captures screenshots, logs, device details, and reproducible context without slowing down testers.