有没有什么方法可以在 iOS 应用程序的电影播放视图中禁用或检测屏幕录制?

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

当用户通过屏幕录制复制我的内容时,您能否提出任何想法来防止屏幕录制。

谢谢!

我不这么认为这是可能的,因为苹果仍然没有正式宣布我们可以那样做,但据我所知,在 iOS 11 UIScreen 中有新的 属性 isCaptured

True if this screen is being captured.

你可以通过使用它来做一些事情。但不确定是否可以防止录屏。

下面的第二个问题可能对您有所帮助。

Prevent screen capture in an iOS app

UIScreen.isCaptured 属性 Apple 推荐的执行此操作的方法。请参阅以下文章:

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