I'm attempting to create an app using private APIs to take screenshots from the background. I found this example: Taking Screenshots in the background (iOS) - Improving Performance
In the author's code, the first line makes use of the IOSurfaceRef type. Can somebody explain to me how to include this in my code? I attempted to link IOSurfaceAPI.h (where I thought IOSurfaceRef was defined), however that hasn't worked.
First lets start by how to link the Frameworks
go to https://github.com/kennytm/iphone-private-frameworks/tree/master/IOSurface and download the headers
the IOSurfaceAPI.h files is not included with the download link "due to legal reasons" link and you have to copy it from Xcode from here
change MacOSX10.11.sdk in the path according to the sdk included with Xcode