How to capture a screen using a private API in iOS 10?

I was the developer of an app called iCapture, now known as iProRec, which was an uncompressed screen recorder that made its way to the App Store. I know how to record using over-the-air mirroring and I want to see if the same can be done but without wifi. I know it will use a private API, but I'm just curious to see if this is possible with the iOS 10 framework. What would be the best place to start?

+3


source to share


1 answer


No, Apple has shut down the IOMobileFrameBuffer and the previous private infrastructure used to capture the device's screen after jailbreak 9.3.3. Now you really have one option, which will use the AirPlay protocol to "record" the screen of the devices.



0


source







All Articles