wyanassert / wyanassert.github.io

0 stars 0 forks source link

iOS 应用内容防护(防截屏 防录屏) | 微言 | wyanassert <br>个人工作总结<br> #144

Open wyanassert opened 8 months ago

wyanassert commented 8 months ago

https://blog.wyan.vip/2024/02/iOS_avoid_screen_capture.html

背景App 需要做一个防止用户截屏的功能,在 android 可以通过设置 Activity 的 Flag 来实现。在ios中系统只提供了两个事件: 截屏通知:UIApplicationUserDidTakeScreenshotNotification 录屏通知:UIScreenCapturedDidChangeNotification 通知局限性 app必须处于Active状态,才能接收事

AndreHu88 commented 8 months ago

这个有demo可以参考下吗,如果有的话方便发下吗,谢谢

zeyanwang commented 6 months ago

请教一下:我这边是一个flutter应用,QMSecureView 这个视图我放到那个层级才能实现防录屏的功能呢?