-2

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

Thank you!

2 Answers2

1

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

Ash
  • 208
  • 2
  • 8
0

I don't think so Its possible because still apple officially does not announce that we can do like that but as I know that in iOS 11 UIScreen has new property isCaptured

True if this screen is being captured.

You can do something by use of it. But not sure that you can prevent screen recording.

Second below question might be helpful for you.

Prevent screen capture in an iOS app

iPatel
  • 46,010
  • 16
  • 115
  • 137