简体   繁体   English

Flutter,IOS,如何防止录音

[英]Flutter, IOS, how to prevent recording

Currently there is a flutter app and it needs to be protect from screenshot or recording目前有一个 flutter 应用程序,它需要防止截图或录制

but when I search about this, there is no way to implement this in a official way但是当我搜索这个时,没有办法以官方方式实现它

but it seems there are some tricks (like 60fps? I know the concept but I don`t know how to implement this)但似乎有一些技巧(比如 60fps?我知道这个概念,但我不知道如何实现)

you can see the black screen when record the video on Netflix also (they prevent in some ways)在 Netflix 上录制视频时,您也可以看到黑屏(它们在某些方面会阻止)

how could I achieve this?我怎么能做到这一点? thanks谢谢

there is a package called window manager which does just the thing that you are asking it restricts external apps from recording as well as does not allow screenshots to be taken a detailed tutorial is given in this article .有一个名为 window 管理器的 package 管理器,它可以满足您的要求,它限制了外部应用程序的录制以及不允许截屏。 本文中给出了详细的教程。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用QuickTime防止录制iOS屏幕 - How to prevent recording of iOS screen using quicktime 如何在 Flutter 中限制 iOS 设备的屏幕录制? - How to restrict screen recording in iOS devices in Flutter? 如何使用 Flutter 在 android 和 ios 中仅禁用屏幕录制(而不是屏幕截图)? - How to disable only screen recording (not screenshot) in android and ios with Flutter? 如何防止在 flutter IOS 中截屏 - How to prevent taking screen shoot in flutter IOS 如何防止iOS11内置的屏幕录制功能(如Amazon Prime)用于受保护的DRM内容? - How to prevent iOS11 Built in screen recording feature just like Amazon Prime for protected DRM content? 如何防止在 Flutter for iOS 应用程序中备份用户数据? - How can I prevent backup for user data in flutter for iOS app? 如何以编程方式在iOS中实现带音频的屏幕录制? - How to implement screen recording with audio in iOS programmatically? 如何在ios中使用pjsip进行通话录音? - How to perform call recording using pjsip in ios? 如何在 iOS 应用中禁用屏幕录制 - How to disable screen Recording in iOS app 如何防止在 iOS 和 android 上基于 Flutter 的应用程序中的屏幕记录? - How to prevent screen-record in an flutter-based application on iOS and android?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM