公司的数据报表相关的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
(谷歌答案,楼主试试)
楼主这个问题后来解决了么,我也有类似的功能呢。
可以通过 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
(谷歌答案,楼主试试)
楼主这个问题后来解决了么,我也有类似的功能呢。