When your app is started you can test UIScreen.isCaptured
property and show some splash screen if it's set to true
.
You should also observe (subscribe in some place for) capturedDidChangeNotification
notification, and do same thing (show splash screen) if UIScreen.isCaptured
is set to true
.