iOS 11: Is it possible to block screen recording?

Hi,

I have an app which plays sensitive video contents, and I don't want people to use the new iOS-11 feature to record these videos and make them public. That feature is described here.

I could not find any documentation regarding an option for my app to prevent users from recording it.

Can anybody please guide me to anything related to this?

Thank you!

-Itay

Just copying here a comment I got in StackOverflow for the same question:


Have you installed the beta and tried it? A quick look at the docs for ReplayKit shows "ReplayKit is incompatible with AVPlayer content." ... which seems to indicate that if your app is playing video via AVPlayer, the Screen Recording utility won't record it.


(I wasn't aware that ReplayKit has the same rules as the OS-feature behavior so didn't look there)

ReplayKit is not related to the new user level feature in iOS 11.

You can't block screenshot and screen recording , but you can protect your sensitive data to take screenshots and screen recording using third party sdk ScreenShiledKit, other option is you can get SDK from me with afoardble price i have also created sdk which protect screen recording and screenshot.

iOS 11: Is it possible to block screen recording?
 
 
Q