扫码关注官方订阅号
公司的数据报表相关的APP由于是给股东等看,同时需要保密措施不希望用户对公司保密信息进行截图传播。所以这种组织截屏有什么解决方案么
欢迎选择我的课程,让我们一起见证您的进步~~
可以通过 Configuration Profile 来实现
allowScreenShot (Boolean)
Optional. When false, users are unable to save a screenshot of the display.
文档:https://developer.apple.com/library/ios/featuredarticles/iPhoneConfigurationProfileRef/Introduction/Introduction.html
(谷歌答案,楼主试试)
楼主这个问题后来解决了么,我也有类似的功能呢。
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
可以通过 Configuration Profile 来实现
allowScreenShot (Boolean)
Optional. When false, users are unable to save a screenshot of the display.
文档:
https://developer.apple.com/library/ios/featuredarticles/iPhoneConfigurationProfileRef/Introduction/Introduction.html
(谷歌答案,楼主试试)
楼主这个问题后来解决了么,我也有类似的功能呢。