How to programmatically disable iOS 8 video capture in Mac Yosemite?

…衆ロ難τιáo~ 提交于 2019-12-21 19:57:06

问题


Apple released a new feature allowing movie recording via QuickTime player. All you need to do is to connect the iOS 8 device to a Mac Yosemite machine, run QuickTime and set the connected device as the source of the movie. (Like explained here: http://www.tekrevue.com/tip/record-iphone-screen-quicktime/)

I would like to prevent QuickTime to record a movie while my application is running. Any idea how can I do that?

Any value I can change in plist? Any special event I can listen to? Any other creative way to disrupt this process?

Thanks!

Nili


回答1:


According to Apple's Developer Technical Support, it is not possible to opt your apps out of screen capture :\ Time to file an enhancement request I guess.



来源:https://stackoverflow.com/questions/26669636/how-to-programmatically-disable-ios-8-video-capture-in-mac-yosemite

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!