Search code examples
iosobjective-cmpmovieplayercontrollerscreen-recording

Is there any way to disable or detect screen recording in movie playing view for iOS application?


Can you suggest any idea to prevent screen recording as user make copy of my content by screen recording.

Thank you!


Solution

  • The UIScreen.isCaptured property is the recommended way of doing this by Apple. See the following article:

    https://developer.apple.com/library/content/qa/qa1970/_index.html#//apple_ref/doc/uid/DTS40017687